From 2ac46973031a589e796fbd203a401597bfcaf6f1 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Thu, 27 Feb 2020 21:00:43 +0500 Subject: [PATCH] enable redis hosting --- cyberpanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyberpanel.sh b/cyberpanel.sh index 0e5bb20a4..82554b553 100644 --- a/cyberpanel.sh +++ b/cyberpanel.sh @@ -1125,7 +1125,7 @@ if [[ $debug == "1" ]] ; then wget -O requirements.txt https://raw.githubusercontent.com/usmannasir/cyberpanel/$BRANCH_NAME/requirments.txt /usr/local/CyberPanel/bin/pip3 install --ignore-installed -r requirements.txt rm -f requirements.txt - /usr/local/CyberPanel/bin/python install.py $SERVER_IP $SERIAL_NO $LICENSE_KEY --postfix $POSTFIX_VARIABLE --powerdns $POWERDNS_VARIABLE --ftp $PUREFTPD_VARIABLE + /usr/local/CyberPanel/bin/python install.py $SERVER_IP $SERIAL_NO $LICENSE_KEY --postfix $POSTFIX_VARIABLE --powerdns $POWERDNS_VARIABLE --ftp $PUREFTPD_VARIABLE --redis if grep "CyberPanel installation successfully completed" /var/log/installLogs.txt > /dev/null; then echo -e "\nCyberPanel installation sucessfully completed..."