/ -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} create_dir ${file_path}
deploy_file "${dots_trg}/cava/${file_name}" "${file_path}/${file_name}" deploy_file "${dots_trg}/cava/${file_name}" "${file_path}/${file_name}"
# dbgate ## dbgate
file_name=settings.json #file_name=settings.json
file_path=/home/${system_user}/.dbgate #file_path=/home/${system_user}/.dbgate
create_dir ${file_path} #create_dir ${file_path}
deploy_file "${dots_trg}/dbgate/${file_name}" "${file_path}/${file_name}" #deploy_file "${dots_trg}/dbgate/${file_name}" "${file_path}/${file_name}"
cp /home/${system_user}/syncDir/secrets/dbgate/connections.jsonl ${file_path}/ #cp /home/${system_user}/syncDir/secrets/dbgate/connections.jsonl ${file_path}/
chown ${system_user}:${system_user} ${file_path}/connections.jsonl #chown ${system_user}:${system_user} ${file_path}/connections.jsonl
# dunst # dunst
file_name=dunstrc file_name=dunstrc