adding bashrc to the mix

This commit is contained in:
mcguirepr89
2022-01-26 09:36:26 -05:00
parent 804488353b
commit 6ee2dad877
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -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]
+2
View File
@@ -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]