diff --git a/scripts/restore b/scripts/restore index d2b5d13..e279eed 100755 --- a/scripts/restore +++ b/scripts/restore @@ -28,6 +28,8 @@ chown -R $app:www-data "$install_dir" #================================================= ynh_script_progression --message="Restoring system configurations related to $app..." --weight=5 +ynh_exec_warn_less python3 -m pip install pipenv + ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_restore_file --origin_path="/etc/systemd/system/$app.service"