fix(joz): Remove relative paths

This commit is contained in:
2025-09-18 11:49:41 +02:00
parent 1e86f7746d
commit 673e14847b
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
~/.local/bin/.expect-btg-login ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no btg@$BTG_IP
.expect-btg-login ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no btg@$BTG_IP

View File

@@ -1,5 +1,5 @@
#Execute the scp command using the expect script
~/.local/bin/.expect-btg-pass scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $@
.expect-btg-pass scp -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no $@
#get result
retval=$?