Selaa lähdekoodia

fix install script

0xJacky 3 vuotta sitten
vanhempi
commit
9fb3b48282
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      install.sh

+ 1 - 1
install.sh

@@ -146,7 +146,7 @@ KillMode=mixed
 [Install]
 WantedBy=multi-user.target
 EOF
-    chmod 644 ServicePath
+    chmod 644 "$ServicePath"
     systemctl daemon-reload
 }