fix(joz): Remove relative paths

This commit is contained in:
2025-09-12 08:47:12 +02:00
parent 83f04de8f1
commit 7c47ebffaa
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=$?