fixing rsync and scp errors..

This commit is contained in:
pika 2025-07-14 16:18:43 +02:00
parent 4cd3e5e286
commit 699914bfad

View file

@ -1,4 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Skip config if in non-interactive SSH used by rsync/scp/..
[[ $- != *i* ]] &&
return
blesh=true blesh=true