Browse Source

fix install script

0xJacky 3 năm trước cách đây
mục cha
commit
9fb3b48282
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 }