diff --git a/scripts/_common.sh b/scripts/_common.sh index eb4830b..faab65e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -34,7 +34,7 @@ default_from_email="${app}@${domain}" public_path=/var/www/$app final_path=/opt/yunohost/$app log_path=/var/log/$app -log_file="${log_path}/django_example_ynh.log" +log_file="${log_path}/${app}.log" #================================================= # COMMON VARIABLES