mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
Update change_url
This commit is contained in:
parent
383a25eb35
commit
c4c0747c46
1 changed files with 10 additions and 6 deletions
|
@ -100,18 +100,22 @@ fi
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Updating a configuration file..." --weight=1
|
ynh_script_progression --message="Updating a configuration file..." --weight=1
|
||||||
|
|
||||||
domain=${new_domain%/}
|
#domain=${new_domain%/}
|
||||||
path=${new_path%/}
|
#path=${new_path%/}
|
||||||
# ynh_replace_string --match_string="\$CFG->wwwroot = .*" --replace_string="\$CFG->wwwroot = 'https://' . '$new_domain' . '${new_path%/}';" --target_file="$final_path/config.php"
|
# ynh_replace_string --match_string="\$CFG->wwwroot = .*" --replace_string="\$CFG->wwwroot = 'https://' . '$new_domain' . '${new_path%/}';" --target_file="$final_path/config.php"
|
||||||
|
|
||||||
|
ynh_replace_string --match_string="\$CFG->wwwroot = \'.*\'" --replace_string="\$CFG->wwwroot = \'https://${new_domain%/}${new_path%/}\'" --target_file="$final_path/config.php"
|
||||||
|
|
||||||
|
|
||||||
# chmod 750 "$final_path"
|
# chmod 750 "$final_path"
|
||||||
# chmod -R o-rwx "$final_path"
|
# chmod -R o-rwx "$final_path"
|
||||||
# chown -R $app:www-data "$final_path"
|
# chown -R $app:www-data "$final_path"
|
||||||
dir='__DIR__'
|
|
||||||
ynh_add_config --template="../conf/config-dist.php" --destination="$final_path/config.php"
|
|
||||||
|
|
||||||
chmod 400 "$final_path/config.php"
|
# dir='__DIR__'
|
||||||
chown $app:$app "$final_path/config.php"
|
# ynh_add_config --template="../conf/config-dist.php" --destination="$final_path/config.php"
|
||||||
|
|
||||||
|
# chmod 400 "$final_path/config.php"
|
||||||
|
# chown $app:$app "$final_path/config.php"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# RELOAD NGINX
|
# RELOAD NGINX
|
||||||
|
|
Loading…
Add table
Reference in a new issue