Added script download
parent
bb21109438
commit
e4faf53732
|
@ -33,6 +33,8 @@ onInstall:
|
||||||
- if [ ! -f manage_litespeed.php ]; then echo "Failed to download manage_litespeed.php"; exit 1; fi
|
- if [ ! -f manage_litespeed.php ]; then echo "Failed to download manage_litespeed.php"; exit 1; fi
|
||||||
- curl -OL https://deploy.mightybox.io/tony/mb-admin/raw/branch/main/scripts/check_redis.php
|
- curl -OL https://deploy.mightybox.io/tony/mb-admin/raw/branch/main/scripts/check_redis.php
|
||||||
- if [ ! -f check_redis.php ]; then echo "Failed to download check_redis.php"; exit 1; fi
|
- if [ ! -f check_redis.php ]; then echo "Failed to download check_redis.php"; exit 1; fi
|
||||||
|
- curl -OL https://deploy.mightybox.io/tony/mb-admin/raw/branch/main/scripts/litespeed_metrics.sh
|
||||||
|
- if [ ! -f litespeed_metrics.sh ]; then echo "Failed to download litespeed_metrics.sh"; exit 1; fi
|
||||||
- chmod +x *.php *.sh
|
- chmod +x *.php *.sh
|
||||||
# Download WordPress Installer with path verification
|
# Download WordPress Installer with path verification
|
||||||
- cd /home/litespeed/mbmanager
|
- cd /home/litespeed/mbmanager
|
||||||
|
|
Loading…
Reference in New Issue