Add success message

This commit is contained in:
OBJNULL 2026-05-09 21:48:39 -05:00
parent 9e5b6ae17b
commit 93ac25b890

View file

@ -57,6 +57,8 @@ function displayCmd {
if [ $? -ne 0 ]; then
echo -e "\t---$(styleColor "red")Previous command failed!$(styleColorRst)---"
else
echo -e "- $2: $(styleColor "green")Done$(styleColorRst)"
fi
}