Chris Vogel 1 yıl önce
ebeveyn
işleme
cd2eea1abb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      scripts/install

+ 1 - 1
scripts/install

@@ -102,7 +102,7 @@ yunohost service add $flohmarkt_filename --description="A decentral federated sm
 #  logfile contains possibly the secret setup URL
 #  logfile contains possibly the secret setup URL
 ynh_script_progression --message="Setting permissions on logfile..." --weight=2
 ynh_script_progression --message="Setting permissions on logfile..." --weight=2
 mkdir -m755 -p "$flohmarkt_log_dir"
 mkdir -m755 -p "$flohmarkt_log_dir"
-touch "$flohmarkt_logfile"a
+touch "$flohmarkt_logfile"
 chown root:$app "$flohmarkt_logfile"
 chown root:$app "$flohmarkt_logfile"
 chmod 660 "$flohmarkt_logfile"
 chmod 660 "$flohmarkt_logfile"