add echo for sync only

This commit is contained in:
2025-12-15 09:26:27 +02:00
parent e3846636ec
commit 30131dd2f3

View File

@@ -19,7 +19,8 @@ ARCHIVE_NAME="sync.tar.gz"
SFTP_ONLY=false
for arg in "$@"; do
if [ "$arg" = "--sftp-only" ]; then
SFTP_ONLY=true
SFTP_ONLY=true
echo -e "${YELLOW}Sftp only mode enabled${NC}"
fi
done