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
da36a3556e
commit
f8756053cb
1 changed files with 3 additions and 1 deletions
|
@ -96,7 +96,9 @@ 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"
|
||||
#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"
|
||||
systemctl enable $app.service
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue