From f273824f0d7e34c684d132e465b55d14d6eed99e Mon Sep 17 00:00:00 2001 From: SolAZDev Date: Tue, 5 Sep 2023 12:16:51 -0400 Subject: [PATCH] fixed config destination typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9986dbc..316d9d2 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,