From 942a859b15de0c25aeb962cb05022836c89cd5db Mon Sep 17 00:00:00 2001 From: SolAZDev Date: Mon, 15 Jan 2024 20:37:49 -0400 Subject: [PATCH] __APP__ -> $app --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 1512c5a..5a027be 100755 --- a/scripts/install +++ b/scripts/install @@ -44,7 +44,7 @@ ynh_use_logrotate #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -ynh_add_config --template="../conf/motioneye.conf" --destination="/var/www/__APP__/motioneye.conf" +ynh_add_config --template="../conf/motioneye.conf" --destination="/var/www/$app/motioneye.conf" #================================================= # SETUP APPLICATION #================================================= @@ -63,7 +63,7 @@ popd #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -ynh_add_config --template="../conf/motioneye.conf" --destination="/var/www/__APP__/motioneye.conf" +ynh_add_config --template="../conf/motioneye.conf" --destination="/var/www/$app/motioneye.conf" #================================================= # GENERIC FINALIZATION