1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/icecoder_ynh.git synced 2024-09-03 19:26:10 +02:00

Update upgrade

This commit is contained in:
Stylix58 2021-03-30 21:08:10 +02:00 committed by GitHub
parent 9ee2f21a33
commit da05d07784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -104,25 +104,12 @@ fi
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION
#================================================= #=================================================
# SECURE FILES AND DIRECTORIES # PERMISSIONS SETUP
#================================================= #=================================================
#=================================================
# SETUP LOGROTATE
#=================================================
ynh_script_progression --message="Upgrading logrotate configuration..." --weight=1
# Use logrotate to manage app-specific logfile(s)
ynh_use_logrotate --non-append
# Configure internal permissions for ICEcoder # Configure internal permissions for ICEcoder
chown -R $app $final_path chown -R $app $final_path
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================