mirror of
https://github.com/YunoHost-Apps/humhub_ynh.git
synced 2024-09-03 19:26:11 +02:00
Also remove debug flags on upgrade
This commit is contained in:
parent
695af5abbb
commit
ac574d3c72
1 changed files with 11 additions and 0 deletions
|
@ -112,6 +112,17 @@ ynh_add_fpm_config
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SPECIFIC UPGRADE
|
# SPECIFIC UPGRADE
|
||||||
|
#=================================================
|
||||||
|
# DEACTIVATE DEBUG MODE
|
||||||
|
#=================================================
|
||||||
|
|
||||||
|
ynh_replace_string --match_string="defined('YII_DEBUG') or define('YII_DEBUG', true);"\
|
||||||
|
--replace_string="// defined('YII_DEBUG') or define('YII_DEBUG', true);"\
|
||||||
|
--target_file="$final_path/index.php"
|
||||||
|
ynh_replace_string --match_string="defined('YII_ENV') or define('YII_ENV', 'dev');"\
|
||||||
|
--replace_string="// defined('YII_ENV') or define('YII_ENV', 'dev');"\
|
||||||
|
--target_file="$final_path/index.php"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# MIGRATE DATABASE
|
# MIGRATE DATABASE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue