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

fixed config destination typo

This commit is contained in:
SolAZDev 2023-09-05 12:16:51 -04:00
parent 3223239d33
commit f273824f0d

View file

@ -134,7 +134,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=1
mkdir -p /etc/motioneye
mkdir -p /var/lib/motioneye
ynh_add_config --template="../conf/motioneye.conf" --destination="etc/motioneye/motioneye.conf"
ynh_add_config --template="../conf/motioneye.conf" --destination="/etc/motioneye/motioneye.conf"
# FIXME: this should be handled by the core in the future
# You may need to use chmod 600 instead of 400,