remove -FS argument as typo

This commit is contained in:
yggverse 2026-03-20 07:39:25 +02:00
parent faaba38f70
commit 7d89ab8943

View file

@ -66,5 +66,5 @@ if [ "$(pwd)" != "$TARGET_DIR" ]; then
echo "Unexpected path!" echo "Unexpected path!"
exit 1 exit 1
fi fi
zip -FS -r -9 /var/www/flarum/public/flarumdown/dump.zip . zip -r -9 /var/www/flarum/public/flarumdown/dump.zip .
``` ```