1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00
This commit is contained in:
Chris Vogel 2024-05-10 13:24:10 +02:00
parent fabe59fbc0
commit cd2eea1abb

View file

@ -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"