1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mongo-express_ynh.git synced 2024-09-03 19:46:04 +02:00

No need to manage log dir

This commit is contained in:
Gérard Collin 2024-07-18 08:39:15 +02:00
parent c076ce8667
commit d3eca2f091

View file

@ -50,9 +50,6 @@ yunohost service add "$app" --description="Mongo Express to easily administer yo
ynh_restore_file --origin_path="/etc/logrotate.d/$app"
mkdir --parents "/var/log/$app"
chown "$app:adm" "/var/log/$app"
#=================================================
# DONT RESTORE THE MONGO DATABASE
#=================================================