Fix append not replace

This commit is contained in:
OBJNULL 2026-05-09 22:16:56 -05:00
parent 8345a9265b
commit 2333407171

View file

@ -53,7 +53,7 @@ function displayYesNo {
}
function displayCmd {
echo -e "- Running $(styleColor "green")$2$(styleColorRst)..."
$1 > /tmp/objnull-dotfile-installer.log 2>&1
$1 >> /tmp/objnull-dotfile-installer.log 2>&1
if [ $? -ne 0 ]; then
echo -e "\t---$(styleColor "red")Previous command failed!$(styleColorRst)---"