From 6ee2dad877999c3ab8765cca11384c233b167707 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Wed, 26 Jan 2022 09:36:26 -0500 Subject: [PATCH] adding bashrc to the mix --- scripts/install_services.sh | 2 ++ scripts/update_services.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 7015f93..56003e2 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -370,6 +370,8 @@ install_gotty_logs() { fi sudo -u ${USER} ln -sf $(dirname ${my_dir})/templates/gotty \ ${HOME}/.gotty + sudo -u ${USER} ln -sf $(dirname ${my_dir})/templates/bashrc \ + ${HOME}/.bashrc echo "Installing the birdnet_log.service" cat << EOF > /etc/systemd/system/birdnet_log.service [Unit] diff --git a/scripts/update_services.sh b/scripts/update_services.sh index 73df217..0c2315c 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -376,6 +376,8 @@ install_gotty_logs() { fi sudo -u ${USER} ln -sf $(dirname ${my_dir})/templates/gotty \ ${HOME}/.gotty + sudo -u ${USER} ln -sf $(dirname ${my_dir})/templates/bashrc \ + ${HOME}/.bashrc echo "Installing the birdnet_log.service" cat << EOF > /etc/systemd/system/birdnet_log.service [Unit]