mirror of
https://github.com/bol-van/zapret.git
synced 2025-05-24 22:32:58 +03:00
install_easy : always rm -f
This commit is contained in:
@@ -309,7 +309,7 @@ service_install_systemd()
|
||||
{
|
||||
echo \* installing zapret service
|
||||
|
||||
[ -f "$INIT_SCRIPT" ] && rm -f "$INIT_SCRIPT"
|
||||
rm -f "$INIT_SCRIPT"
|
||||
ln -fs "$EXEDIR/init.d/systemd/zapret.service" "$SYSTEMD_SYSTEM_DIR"
|
||||
"$SYSTEMCTL" daemon-reload
|
||||
"$SYSTEMCTL" enable zapret || {
|
||||
|
Reference in New Issue
Block a user