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
0047638eef
commit
9034340957
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ popd
|
|||
|
||||
get__csv_sep(){
|
||||
separateur="$(grep -oPi 'define\("CSV_SEP",[\s"]*\K[^\")]+' "$install_dir/config.php")"
|
||||
if [ $separateur = " "]; then
|
||||
if [ "$separateur" == " " ]; then
|
||||
echo "Utiliser un espace"
|
||||
else
|
||||
echo "Utiliser le séparateur ""separateur"
|
||||
|
|
Loading…
Add table
Reference in a new issue