Update msuninstall.sh

This commit is contained in:
chirpy
2025-07-28 11:28:59 +01:00
parent 778af7c26c
commit 51d4603e55

View File

@@ -6,8 +6,8 @@
###############################################################################
PATH=$PATH:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
if [ ! -e "msinstall.pl" ]; then
echo "You must be inside the msinstall directory to run this script"
if [ ! -e "msuninstall.pl" ]; then
echo "Download msuninstall.pl here first"
exit
fi