mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Update restore
This commit is contained in:
parent
f8756053cb
commit
e2ee282487
1 changed files with 2 additions and 3 deletions
|
@ -96,9 +96,8 @@ ynh_psql_execute_file_as_root --file="./db.sql" --database=$db_name
|
|||
#=================================================
|
||||
ynh_script_progression --message="Restoring the systemd configuration..." --weight=8
|
||||
|
||||
#ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
|
||||
# Create a dedicated systemd config
|
||||
ynh_add_systemd_config --others_var="ynh_node_load_PATH"
|
||||
#ynh_restore_file --origin_path="/etc
|
||||
ynh_restore_file --origin_path="/etc/systemd/system/$app.service"
|
||||
systemctl enable $app.service
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue