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

Add comment in upgrade srcipt

This commit is contained in:
Félix Piédallu 2023-09-15 16:21:52 +02:00
parent 707d703a8e
commit c012cc8835

View file

@ -111,6 +111,7 @@ if (( password_length < 10 )); then
echo "\$wgPasswordPolicy['policies']['default']['MinimalPasswordLength'] = 10;" >> "$install_dir/LocalSettings.php"
fi
# This is required to update database schemas
"php$phpversion" "$install_dir/maintenance/update.php"
# Set permissions on app files