/ -dbgate
This commit is contained in:
@@ -289,13 +289,13 @@ if [ ${operation} == "dots" ] ; then
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/cava/${file_name}" "${file_path}/${file_name}"
|
||||
|
||||
# dbgate
|
||||
file_name=settings.json
|
||||
file_path=/home/${system_user}/.dbgate
|
||||
create_dir ${file_path}
|
||||
deploy_file "${dots_trg}/dbgate/${file_name}" "${file_path}/${file_name}"
|
||||
cp /home/${system_user}/syncDir/secrets/dbgate/connections.jsonl ${file_path}/
|
||||
chown ${system_user}:${system_user} ${file_path}/connections.jsonl
|
||||
## dbgate
|
||||
#file_name=settings.json
|
||||
#file_path=/home/${system_user}/.dbgate
|
||||
#create_dir ${file_path}
|
||||
#deploy_file "${dots_trg}/dbgate/${file_name}" "${file_path}/${file_name}"
|
||||
#cp /home/${system_user}/syncDir/secrets/dbgate/connections.jsonl ${file_path}/
|
||||
#chown ${system_user}:${system_user} ${file_path}/connections.jsonl
|
||||
|
||||
# dunst
|
||||
file_name=dunstrc
|
||||
|
||||
Reference in New Issue
Block a user