1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/motioneye_ynh.git synced 2024-09-03 19:46:09 +02:00

__APP__ -> $app

This commit is contained in:
SolAZDev 2024-01-15 20:37:49 -04:00
parent f5928c13d8
commit 942a859b15

View file

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