CMS:Nextcloud Init.sh fixed typo
This commit is contained in:
@@ -14,14 +14,14 @@ if [ "$(systemctl is-active redis-server)" = "active" ] || [ "$(systemctl is-ac
|
|||||||
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set redis host --value=localhost
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set redis host --value=localhost
|
||||||
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set redis port --value=6379
|
sudo -u SITEname php /var/www/DOMAINname/html/occ config:system:set redis port --value=6379
|
||||||
while true; do
|
while true; do
|
||||||
read -p "Prepair for Files High Performance Back-end -> yes/no?" yn
|
read -p "Prepair for Files High Performance Back-end (Only for nginx) -> yes/no?" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
[Nn]* )
|
[Nn]* )
|
||||||
break;;
|
break;;
|
||||||
[Yy]* )
|
[Yy]* )
|
||||||
sudo -u SITEname php /var/www/DOMAINname/html/occ app:install notify_push
|
sudo -u SITEname php /var/www/DOMAINname/html/occ app:install notify_push
|
||||||
sed -i --follow-symlinks 's/#FHPB//g' /etc/nginx/sites-enabled/SITEname
|
sed -i --follow-symlinks 's/#FHPB//g' /etc/nginx/sites-enabled/SITEname
|
||||||
systemctl nginx reload
|
systemctl reload nginx
|
||||||
echo -e "\e[96m Run: sudo -u SITEname php /var/www/DOMAINname/html/occ notify_push:setup\e[39m"
|
echo -e "\e[96m Run: sudo -u SITEname php /var/www/DOMAINname/html/occ notify_push:setup\e[39m"
|
||||||
break;;
|
break;;
|
||||||
* )echo "Choose yes or no.";;
|
* )echo "Choose yes or no.";;
|
||||||
|
|||||||
Reference in New Issue
Block a user