bug fixes

This commit is contained in:
ION606
2024-06-26 13:21:01 -04:00
parent 25fdb8c263
commit 3c64364dcb
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -41,6 +41,6 @@ echo "user=$username" >> "$CONF_FILE"
chmod 600 "$CONF_FILE"
# Use rsync with sshpass to copy files with a progress bar
echo -n "cloning "
echo -n "cloning..."
/usr/bin/sshpass -p "$password" rsync -a --info=progress2 --no-i-r -h -e ssh "$REMOTE_PATH" "$DEST_FOLDER" || { echo "failed to clone!"; exit 1; }
echo "done!"