From 1157b0d98c1a5480c27e54259cf568dafd0c1b25 Mon Sep 17 00:00:00 2001 From: SolAZDev Date: Tue, 5 Sep 2023 13:26:38 -0400 Subject: [PATCH] I thought I had replaced etc/ with /etc --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6768f41..67c3e09 100755 --- a/scripts/install +++ b/scripts/install @@ -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,