modified: .travis/verify.sh

This commit is contained in:
Code-Egg
2025-10-24 08:19:44 +08:00
parent 37f437a441
commit 91df8b2fa7
2 changed files with 5 additions and 12 deletions
+1 -8
View File
@@ -43,14 +43,7 @@ verify_phpadmin(){
else
echo '[X] http://localhost:8080/'
exit 1
fi
curl -sIk https://localhost:8443/ | grep -i phpMyAdmin
if [ ${?} = 0 ]; then
echo '[O] http://localhost:8443/'
else
echo '[X] http://localhost:8443/'
exit 1
fi
fi
}
verify_add_vh_wp(){