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:
parent
47ae143ce0
commit
f3b5611a0b
1 changed files with 1 additions and 2 deletions
|
@ -92,8 +92,7 @@ ynh_script_progression --message="Updating a configuration file..." --weight=4
|
|||
if [ "$path" = "/" ]; then
|
||||
# MediaWiki expects a "" for the root URL which is typically assumed to be
|
||||
# "/" 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
|
||||
# specified
|
||||
# this as well and make sure to ensure an "" in all cases where "/" is specified
|
||||
mediawiki_path=""
|
||||
else
|
||||
mediawiki_path="$path"
|
||||
|
|
Loading…
Reference in a new issue