Update uninstall.sh
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user