add echo for sync only

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

View File

@@ -20,6 +20,7 @@ SFTP_ONLY=false
for arg in "$@"; do for arg in "$@"; do
if [ "$arg" = "--sftp-only" ]; then if [ "$arg" = "--sftp-only" ]; then
SFTP_ONLY=true SFTP_ONLY=true
echo -e "${YELLOW}Sftp only mode enabled${NC}"
fi fi
done done