Update cyberpanel.sh

Adding OpenPanel on Check_Panel()
This commit is contained in:
Stefan Pejcic
2024-02-05 21:11:16 +01:00
committed by GitHub
parent 9110d78064
commit 001ee12384

View File

@@ -349,6 +349,10 @@ elif [[ -d /etc/httpd/conf/plesk.conf.d/ ]] || [[ -d /etc/apache2/plesk.conf.d/
echo -e "\nPlesk detected...\n"
Debug_Log2 "Plesk detected...exit... [404]"
exit
elif [[ -d /usr/local/panel/ ]]; then
echo -e "\nOpenPanel detected...\n"
Debug_Log2 "OpenPanel detected...exit... [404]"
exit
fi
}