فهرست منبع

fix install script

0xJacky 3 سال پیش
والد
کامیت
9fb3b48282
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
 }