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:
parent
707d703a8e
commit
c012cc8835
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue