From cd2783d3604641e4c2e5ff709ad67da8dd4a0095 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 2 Apr 2023 11:04:10 +0200 Subject: [PATCH] Update restore --- scripts/restore | 2 ++ 1 file changed, 2 insertions(+) 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"