diff --git a/scripts/glacier b/scripts/glacier index 993b1d4..b247d72 100644 --- a/scripts/glacier +++ b/scripts/glacier @@ -51,7 +51,7 @@ while [[ $# -gt 0 ]]; do fi chmod +x INSTALL.sh chmod +x $input.ts.sh - printf "$blue [ i ] The following instruction set will be executed:$reset\n" + printf "$blue [ i ]$reset The following instruction set will be executed:\n" cat INSTALL.sh printf "\033[1;34m [ i ] \033[m Executing installation instructions...\n" ./INSTALL.sh # Actually executes installation script @@ -122,9 +122,9 @@ while [[ $# -gt 0 ]]; do exit 1 fi chmod +x REMOVE.sh - printf "$blue [ i ] The following instruction set will be executed:$reset\n" + printf "$blue [ i ] $reset The following instruction set will be executed:\n" cat REMOVE.sh - printf "$blue [ i ] Executing removal instructions...\n" + printf "$blue [ i ] $reset Executing removal instructions...\n" ./REMOVE.sh rm /var/log/glacier/$input.timestamp printf "\033[1;34m [ i ] \033[m Cleaning up... \n" # Status message