diff --git a/setup/mail-postfix.sh b/setup/mail-postfix.sh index 9a3b620f..5787e8c9 100755 --- a/setup/mail-postfix.sh +++ b/setup/mail-postfix.sh @@ -251,7 +251,7 @@ if [ ! -d $STORAGE_ROOT/mail/postgrey/db ]; then # Stop the service service postgrey stop # Ensure the new paths for postgrey db exists - mkdir -p $STORAGE_ROOT/mail/postgrey $STORAGE_ROOT/mail/postgrey/db + mkdir -p $STORAGE_ROOT/mail/postgrey/db # Move over database files mv /var/lib/postgrey/* $STORAGE_ROOT/mail/postgrey/db/ || true fi