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
dbc061f0b8
commit
b9905f8bfe
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ get__creation_compte(){
|
|||
}
|
||||
|
||||
set__creation_compte(){
|
||||
sed -i "s/define(\"CREATION_COMPTE\",.*);/define(\"CSV_SEP\", \"$creation_compte\");/" "$install_dir/config.php"
|
||||
sed -i "s/define(\"CREATION_COMPTE\",.*);/define(\"CREATION_COMPTE\", \"$creation_compte\");/" "$install_dir/config.php"
|
||||
}
|
||||
|
||||
get__connexion_compte(){
|
||||
|
@ -45,7 +45,7 @@ get__connexion_compte(){
|
|||
}
|
||||
|
||||
set__connexion_compte(){
|
||||
sed -i "s/define(\"CONNEXION_COMPTE\",.*);/define(\"CSV_SEP\", \"$connexion_compte\");/" "$install_dir/config.php"
|
||||
sed -i "s/define(\"CONNEXION_COMPTE\",.*);/define(\"CONNEXION_COMPTE\", \"$connexion_compte\");/" "$install_dir/config.php"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue