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

Update upgrade

This commit is contained in:
Éric Gaspar 2023-04-10 20:41:16 +02:00
parent 47ae143ce0
commit f3b5611a0b

View file

@ -92,8 +92,7 @@ ynh_script_progression --message="Updating a configuration file..." --weight=4
if [ "$path" = "/" ]; then if [ "$path" = "/" ]; then
# MediaWiki expects a "" for the root URL which is typically assumed to be # MediaWiki expects a "" for the root URL which is typically assumed to be
# "/" by other application packages. Therefore, we assume end-users will do # "/" by other application packages. Therefore, we assume end-users will do
# this as well and make sure to ensure an "" in all cases where "/" is # this as well and make sure to ensure an "" in all cases where "/" is specified
# specified
mediawiki_path="" mediawiki_path=""
else else
mediawiki_path="$path" mediawiki_path="$path"