From bf01242f20575f609cdc602d2c544e32b0442786 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 8 Oct 2023 09:40:40 -0500 Subject: [PATCH] home/files/bash | fix #! path --- home/files/bash/bash_motd_ownscript.sh | 2 +- home/files/bash/bash_ssh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/files/bash/bash_motd_ownscript.sh b/home/files/bash/bash_motd_ownscript.sh index 846fbfe..1f7d63c 100644 --- a/home/files/bash/bash_motd_ownscript.sh +++ b/home/files/bash/bash_motd_ownscript.sh @@ -1,4 +1,4 @@ -#!/bin/bash - +#!/usr/bin/env bash - #=============================================================================== # # FILE: .bash_motd_ownscript.sh diff --git a/home/files/bash/bash_ssh b/home/files/bash/bash_ssh index fdfb6a1..04f9821 100755 --- a/home/files/bash/bash_ssh +++ b/home/files/bash/bash_ssh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ARGS="-q --eval --systemd --agents ssh --nocolor --ignore-missing --quick git id_dsa id_ed25519 id_rsa 56913AD86A18257132AA9F03928BC0B78C1BF5AA" #SSH_ASKPASS=/usr/bin/qt4-ssh-askpass