diff options
author | Miguel De Anda <miguel@thedeanda.com> | 2013-06-17 02:21:26 -0500 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2013-06-22 21:32:39 -0300 |
commit | cf10ac5081a6817842912983eaa9bd2c94c2aac9 (patch) | |
tree | 090ef433075a40c6f795d934754c3356394a8811 /system/mongodb/doinst.sh | |
parent | dac114f8783449a78c782be769a137de7b4073c3 (diff) | |
download | slackbuilds-cf10ac5081a6817842912983eaa9bd2c94c2aac9.tar.gz |
system/mongodb: Updated for version 2.4.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/mongodb/doinst.sh')
-rw-r--r-- | system/mongodb/doinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/mongodb/doinst.sh b/system/mongodb/doinst.sh index 5b311f0a98..d68b4fc8e8 100644 --- a/system/mongodb/doinst.sh +++ b/system/mongodb/doinst.sh @@ -10,7 +10,7 @@ config() { fi # Otherwise, we leave the .new copy for the admin to consider... } - + preserve_perms() { NEW="$1" OLD="$(dirname $NEW)/$(basename $NEW .new)" |