From cd2eea1abbc2d7ec0bc1829b2a4204bc5ec4e64d Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Fri, 10 May 2024 13:24:10 +0200 Subject: [PATCH] typo --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 5b91e33..3cb3114 100755 --- a/scripts/install +++ b/scripts/install @@ -102,7 +102,7 @@ yunohost service add $flohmarkt_filename --description="A decentral federated sm # logfile contains possibly the secret setup URL ynh_script_progression --message="Setting permissions on logfile..." --weight=2 mkdir -m755 -p "$flohmarkt_log_dir" -touch "$flohmarkt_logfile"a +touch "$flohmarkt_logfile" chown root:$app "$flohmarkt_logfile" chmod 660 "$flohmarkt_logfile"