managte: fix app installation error's color code

pull/899/head
Botspot 3 years ago
parent 88ea84fad9
commit 232e48ed62

@ -179,7 +179,7 @@ elif [ "$1" == 'install' ];then
mv "$logfile" "$(echo "$logfile" | sed 's+-incomplete-+-success-+g')" #
exit 0
else
echo -e "\n\e[91mFailed to install ${app} with $scriptname script"\!"\e[39
echo -e "\n\e[91mFailed to install ${app} with $scriptname script"\!"\e[39m
\e[40m\e[93m\e[5m▲\e[25m\e[39m \e[49m\e[93mNeed help? Copy the \e[1mENTIRE\e[0m\e[49m\e[93m terminal output or take a screenshot.
Please ask on Github: \e[94m\e[4mhttps://github.com/Botspot/pi-apps/issues/new/choose\e[24m\e[93m
Or on Discord: \e[94m\e[4mhttps://discord.gg/RXSTvaUvuu\e[24m\e[39m" | tee -a "$logfile"
@ -239,7 +239,7 @@ elif [ "$1" == 'uninstall' ];then
mv "$logfile" "$(echo "$logfile" | sed 's+-incomplete-+-success-+g')"
exit 0
else
echo -e "\n\e[91mFailed to uninstall ${app}"\!"\e[39
echo -e "\n\e[91mFailed to uninstall ${app}"\!"\e[39m
\e[40m\e[93m\e[5m▲\e[25m\e[39m \e[49m\e[93mNeed help? Copy the \e[1mENTIRE\e[0m\e[49m\e[93m terminal output or take a screenshot.
Please ask on Github: \e[94m\e[4mhttps://github.com/Botspot/pi-apps/issues/new/choose\e[24m\e[93m
Or on Discord: \e[94m\e[4mhttps://discord.gg/RXSTvaUvuu\e[24m\e[39m" | tee -a "$logfile"

Loading…
Cancel
Save