From 42c456c74c074e5ede7b2a53a8298553913bc832 Mon Sep 17 00:00:00 2001 From: Goutte Date: Mon, 24 Jul 2017 16:56:22 +0200 Subject: [PATCH] Clean up. --- bin/publish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/publish b/bin/publish index edbe88b..4f58e8f 100755 --- a/bin/publish +++ b/bin/publish @@ -58,14 +58,14 @@ On_Cyan='\033[46m' # Cyan On_White='\033[47m' # White -# LOCAL CLEANUP ################################################################ +# LOCAL CLEANUP ############################################################### # Clear the local cache, it's good design (we're not uploading it anyways) echo -e "${Green}Cleaning local files...${Off}" rm -R cache/* -# UPLOAD ####################################################################### +# UPLOAD ###################################################################### # Delete is dangerous, as we're using a file-based database # so we need to exclude some directories and files. @@ -84,7 +84,7 @@ rsync -r --delete \ . ${USER}@${SERVER}:${REMOTE_DIR} -# REMOTE CLEANUP ############################################################### +# REMOTE CLEANUP ############################################################## # Run some scripts on the server, now # You're going to need in your sudoers file something like : -- libgit2 0.21.2