fix install script

This commit is contained in:
0xJacky 2022-02-21 14:21:36 +08:00
parent b821430414
commit 9fb3b48282

View file

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