Explorar el Código

Update v-change-sys-service-config

Luka Paunović hace 7 años
padre
commit
f0c328375f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bin/v-change-sys-service-config

+ 1 - 1
bin/v-change-sys-service-config

@@ -97,7 +97,7 @@ if [ "$update" = 'yes' ] && [ "$restart" != 'no' ]; then
         if [ "$WEB_SYSTEM" = "nginx" ]; then
             if [ $(ps --no-headers -o comm 1) == systemd ]; then
                 service=$(systemctl | grep -o -E "php.*fpm.*\.service")
-		service=${service//.service/}
+                service=${service//.service/}
             else
                 service=$(ls /etc/init.d/php*fpm* |cut -f 4 -d /)
             fi