mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-12 17:07:23 +01:00
restore backup: don't automatically unmount an ehdd drive
This commit is contained in:
@@ -62,7 +62,7 @@ if [ ! -d "$backup_files_dir" ]; then
|
||||
fi
|
||||
|
||||
echo "Shutting down services"
|
||||
ehdd/shutdown.sh || exit 1
|
||||
ehdd/shutdown.sh --no-umount || exit 1
|
||||
|
||||
if [ ! -x /usr/bin/duplicity ]; then
|
||||
echo "Installing duplicity"
|
||||
|
||||
Reference in New Issue
Block a user