diff --git a/Master.conf b/Master.conf index 18cc0a9..2b3eb91 100644 --- a/Master.conf +++ b/Master.conf @@ -141,4 +141,4 @@ if [[ -z "$REMOTE_SERVER" ]]; then echo "Error: Could not resolve Tailscale IP for $REMOTE_SERVER_NAME" exit 1 fi -echo "Remote IP: $REMOTE_SERVER" \ No newline at end of file +echo "Remote IP: $REMOTE_SERVER" diff --git a/Rsync/rsync.sh b/Rsync/rsync.sh index 022157f..3ed2f16 100644 --- a/Rsync/rsync.sh +++ b/Rsync/rsync.sh @@ -161,4 +161,4 @@ main() { } # Execute main -main \ No newline at end of file +main