From d3185d55accf26e2a8fed725f07dd366954ace0a Mon Sep 17 00:00:00 2001 From: Limezy Date: Mon, 6 May 2024 15:21:46 +0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 84a96e2..066e408 100755 --- a/scripts/install +++ b/scripts/install @@ -71,7 +71,7 @@ yunohost service add $app --description="WebUI for BorgBackup" --log="/var/log/$ #================================================= ynh_script_progression --message="Adding a configuration file..." --weight=1 -ynh_add_config --template=".env" --destination="home/yunohost.app/$app/app/.env.local" +ynh_add_config --template=".env" --destination="/home/yunohost.app/$app/app/.env.local" chmod 400 "/home/yunohost.app/$app/app/.env.local" chown $app:$app "/home/yunohost.app/$app/app/.env.local"