1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garage_ynh.git synced 2024-09-03 18:36:32 +02:00

delete "recreate log folder" on restore

This commit is contained in:
OniriCorpe 2024-08-18 22:10:11 +02:00
parent 315614fcf0
commit 3f6a01a324

View file

@ -56,9 +56,6 @@ yunohost service add $app --description="s3 storage" --log="/var/log/$app/$app.l
#=================================================
ynh_script_progression --message="Starting a systemd service..."
#recreate log folder
mkdir /var/log/$app
ynh_systemd_action --service_name=$app --action="start" --log_path="systemd"
#=================================================