Skip to content

Commit

Permalink
Change version
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed May 31, 2013
1 parent 1ac3029 commit 5b1b20f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ftp-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

##################################################################################
# #
# FTP Sync v1.0 #
# FTP Sync v1.1 #
# #
# A shell script to synchronize files between a remote FTP server and #
# your local server/computer. #
Expand Down Expand Up @@ -301,7 +301,7 @@ fi
# Starting watch in background and process
watchTail &

echo "FTP Sync v1.0 (`date +"%Y/%m/%d %H:%M:%S"`)"
echo "FTP Sync v1.1 (`date +"%Y/%m/%d %H:%M:%S"`)"

# Check required packages
if [ ! -x `which awk` ]; then echo "ERROR: You need awk for this script (try apt-get install awk)"; exit 1; fi
Expand Down

0 comments on commit 5b1b20f

Please sign in to comment.