1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00

Merge pull request #5 from YunoHost-Apps/dev-change-url

Add change url
This commit is contained in:
Plumf 2020-05-06 18:31:18 +02:00 committed by GitHub
commit 3075b05f1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View file

@ -28,7 +28,7 @@
backup_restore=1
multi_instance=1
port_already_use=1 (66)
change_url=0
change_url=1
actions=0
config_panel=0
;;; Levels

View file

@ -104,6 +104,8 @@ fi
# ...
#=================================================
ynh_replace_string --match_string="https://$old_domain${old_path%/}" --replace_string="https://$new_domain${new_path%/}" --target_file="$final_path/wakka.config.php"
#=================================================
# GENERIC FINALISATION
#=================================================