1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cac-proxy_ynh.git synced 2024-09-03 18:16:07 +02:00

No need to manage log directory

This commit is contained in:
Gérard Collin 2024-07-17 08:40:35 +02:00
parent e919db63dc
commit f02fe3a6a3

View file

@ -29,9 +29,6 @@ if [ -n "$public_key" ]; then
_install_restart_script_and_sudoers
fi
mkdir --parents /var/log/$app
chown $app:adm /var/log/$app
#=================================================
# SPECIFIC RESTORATION
#=================================================