mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-19 05:22:58 +03:00
generalize easy script for any systemd system
This commit is contained in:
parent
0e24bf2588
commit
bcdd46c0ec
@ -67,9 +67,9 @@ script_mode=Y
|
||||
cmp -s $INIT_SCRIPT $INIT_SCRIPT_SRC ||
|
||||
{
|
||||
echo $INIT_SCRIPT already exists and differs from $INIT_SCRIPT_SRC
|
||||
echo Y = overwrite with new version
|
||||
echo N = exit
|
||||
echo L = leave current version and continue
|
||||
echo Y = overwrite with new version
|
||||
echo N = exit
|
||||
echo L = leave current version and continue
|
||||
read script_mode
|
||||
case "${script_mode}" in
|
||||
Y|y|L|l)
|
||||
|
Loading…
x
Reference in New Issue
Block a user