diff --git a/install.sh b/install.sh index 37d2df6..0851b1b 100755 --- a/install.sh +++ b/install.sh @@ -53,7 +53,7 @@ function displayYesNo { } function displayCmd { echo -e "- Running $(styleColor "green")$2$(styleColorRst)..." - $1 2> /tmp/objnull-dotfile-installer.log + $1 2>> /tmp/objnull-dotfile-installer.log if [ $? -ne 0 ]; then echo -e "\t---$(styleColor "red")Previous command failed!$(styleColorRst)---"