diff options
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)" |