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]