1
0
Fork 0
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:
ericgaspar 2020-11-09 10:01:25 +01:00
parent f8756053cb
commit e2ee282487
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
#=================================================