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:
parent
2a5c64d917
commit
78f073a7fc
1 changed files with 1 additions and 1 deletions
|
@ -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(){
|
||||
|
|
Loading…
Reference in a new issue