Bläddra i källkod

fix install script

0xJacky 3 år sedan
förälder
incheckning
9fb3b48282
1 ändrade filer med 1 tillägg och 1 borttagningar
  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
 }