Update app.sh

This commit is contained in:
midoks 2022-06-23 13:30:59 +08:00
parent e165deecd0
commit ab13fead5c
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ echo "welcome to mdserver-web panel"
startTime=`date +%s`
if [ ! -f /www/server/mdserver-web ];then
if [ ! -d /www/server/mdserver-web ];then
echo "mdserver-web not exist!"
exit 1
fi