mirror of
https://github.com/YunoHost-Apps/redirect_ynh.git
synced 2024-09-03 20:16:10 +02:00
Merp
This commit is contained in:
parent
e931634e46
commit
62c1bdfdcc
1 changed files with 2 additions and 4 deletions
|
@ -45,8 +45,7 @@ EOF
|
|||
echo "helloworld" > /redirect/index.html
|
||||
echo "helloworld" > /redirect/path/index.html
|
||||
systemctl daemon-reload
|
||||
ynh_systemd_action --service_name=whatever --action=enable
|
||||
ynh_systemd_action --service_name=whatever --action=restart
|
||||
systemctl enable whatever --now
|
||||
true
|
||||
"""
|
||||
preupgrade = """
|
||||
|
@ -69,8 +68,7 @@ EOF
|
|||
echo "helloworld" > /redirect/index.html
|
||||
echo "helloworld" > /redirect/path/index.html
|
||||
systemctl daemon-reload
|
||||
ynh_systemd_action --service_name=whatever --action=enable
|
||||
ynh_systemd_action --service_name=whatever --action=restart
|
||||
systemctl enable whatever --now
|
||||
true
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue