/ -dbgate

This commit is contained in:
fro
2025-10-26 10:17:06 -05:00
parent 60cf6837cb
commit a3925f781e
4 changed files with 7 additions and 7 deletions

View File

@@ -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