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

I thought I had replaced etc/ with /etc

This commit is contained in:
SolAZDev 2023-09-05 13:26:38 -04:00
parent 22813092a2
commit 1157b0d98c

View file

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