1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/terraforming-mars_ynh.git synced 2024-09-03 20:36:05 +02:00

fix log path

This commit is contained in:
Thomas 2023-11-03 11:16:47 +01:00 committed by GitHub
parent 2e4da5dc20
commit b262915312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ ynh_script_progression --message="Restoring the logrotate configuration..." --we
mkdir -p "/var/log/$app"
chown -R $app: "/var/log/$app"
ynh_restore_file --origin_path="/etc/logrotate.d/$app"
ynh_restore_file --origin_path="/var/log/$app"
#=================================================
# INTEGRATE SERVICE IN YUNOHOST