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

Update upgrade

This commit is contained in:
Éric Gaspar 2023-03-01 09:34:30 +01:00
parent 7e256f1902
commit 1acab55ae5

View file

@ -123,10 +123,6 @@ ynh_psql_execute_as_root --database="$db_name" --sql="UPDATE public.mdl_user SET
php${phpversion} "$install_dir/admin/cli/purge_caches.php"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"
#=================================================
# ADD CRON JOB
#=================================================