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:
parent
22813092a2
commit
1157b0d98c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue