manage: fix error message on uninstall

pull/884/head
Botspot 3 years ago
parent e1afe4edca
commit acc8f18edf

@ -225,7 +225,7 @@ elif [ "$1" == 'uninstall' ];then
mv "$logfile" "$(echo "$logfile" | sed 's+-incomplete-+-success-+g')"
exit 0
else
echo -e "\n\e[91mFailed to install ${app}"\!"\e[39
echo -e "\n\e[91mFailed to uninstall ${app}"\!"\e[39
\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