1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/haste_ynh.git synced 2024-09-03 20:36:28 +02:00

Revert "Update restore"

This reverts commit ac7eb007f1.
This commit is contained in:
ericgaspar 2020-09-06 19:28:04 +02:00
parent ac7eb007f1
commit 6c4a5a3770
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -91,15 +91,6 @@ ynh_restore_file "/home/yunohost.app/$app"
ynh_restore_file --origin_path="/usr/bin/$app" ynh_restore_file --origin_path="/usr/bin/$app"
#=================================================
# ADD SYSTEMD SERVICE
#=================================================
ynh_replace_string --match_string="__ENV_PATH__" --replace_string="$PATH" --target_file="../conf/systemd.service"
ynh_replace_string --match_string="__YNH_NPM__" --replace_string="$ynh_npm" --target_file="../conf/systemd.service"
ynh_add_systemd_config
#================================================= #=================================================
# SECURE FILES AND DIRECTORIES # SECURE FILES AND DIRECTORIES
#================================================= #=================================================
@ -120,7 +111,7 @@ yunohost service add $app --description "Haste is an open-source pastebin softwa
#================================================= #=================================================
ynh_script_progression --message="Starting a systemd service..." --weight=1 ynh_script_progression --message="Starting a systemd service..." --weight=1
ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="haste@0.1.0 start"
#================================================= #=================================================
# RESTORE THE LOGROTATE CONFIGURATION # RESTORE THE LOGROTATE CONFIGURATION