mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
try fix upgrade comment last line require
This commit is contained in:
parent
e7b2138600
commit
1d37be7796
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ if [ ! -f "$data_dir/data/config.local.user.php" ]; then
|
|||
*/
|
||||
require '$data_dir/data/config.local.user.php';" >> $install_dir/config.local.php
|
||||
else
|
||||
ynh_replace_string --match_string="require '$data_dir/data/config.local.user.php';" --replace_string="//require '$data_dir/data/config.local.user.php';" --target_file="$install_dir/config.local.php"
|
||||
ynh_replace_string --match_string="//require '$data_dir/data/config.local.user.php';" --replace_string="require '$data_dir/data/config.local.user.php';" --target_file="$install_dir/config.local.php"
|
||||
fi
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue