1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moncycle_ynh.git synced 2024-09-03 19:46:16 +02:00

Update config

This commit is contained in:
Limezy 2024-02-22 00:22:09 +07:00
parent 2a5c64d917
commit 78f073a7fc

View file

@ -25,7 +25,7 @@ ynh_abort_if_errors
final_path=$(ynh_app_setting_get $app final_path)
get__csv_sep(){
grep -oPi 'define\("CSV_SEP",[\s"]*\K[^\")]+' "$install_dir/config.php"
echo "$(grep -oPi 'define\("CSV_SEP",[\s"]*\K[^\")]+' "$install_dir/config.php")"
}
set__csv_sep(){