Update uninstall.sh

This commit is contained in:
mcguirepr89
2021-10-07 12:18:01 -04:00
committed by GitHub
parent a6225b98e4
commit f94b31b82c
+2 -2
View File
@@ -90,8 +90,8 @@ remove_icecast() {
remove_scripts() { remove_scripts() {
for i in "${SCRIPTS[@]}";do for i in "${SCRIPTS[@]}";do
if [ -L "${i}" ];then if [ -L "/usr/local/bin/${i}" ];then
sudo rm -v "${i}" sudo rm -v "/usr/local/bin/${i}"
fi fi
done done
} }