Skip to content
Snippets Groups Projects
Commit 447983fb authored by llaffont's avatar llaffont
Browse files

emacs phafi-mode: fix init of cosmgramme ftp paths when switching db

parent 460783d3
Branches
Tags
No related merge requests found
......@@ -541,10 +541,10 @@
(mysql-query
(concat
"connect " client ";"
"update variables set valeur='./fichiers/cache' where clef='cache_path';"
"update variables set valeur='./fichiers/log' where clef='log_path';"
"update variables set valeur='./fichiers/transferts' where clef='ftp_path';"
"update variables set valeur='./fichiers/integration' where clef='integration_path';"
"update variables set valeur='./fichiers/cache/' where clef='cache_path';"
"update variables set valeur='./fichiers/log/' where clef='log_path';"
"update variables set valeur='./fichiers/transferts/' where clef='ftp_path';"
"update variables set valeur='./fichiers/integration/' where clef='integration_path';"
"update variables set valeur='admin' where clef='admin_login';"
"update variables set valeur='admin' where clef='admin_pwd';")
mysql-connection-info)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment