adding bashrc to the mix
This commit is contained in:
@@ -370,6 +370,8 @@ install_gotty_logs() {
|
|||||||
fi
|
fi
|
||||||
sudo -u ${USER} ln -sf $(dirname ${my_dir})/templates/gotty \
|
sudo -u ${USER} ln -sf $(dirname ${my_dir})/templates/gotty \
|
||||||
${HOME}/.gotty
|
${HOME}/.gotty
|
||||||
|
sudo -u ${USER} ln -sf $(dirname ${my_dir})/templates/bashrc \
|
||||||
|
${HOME}/.bashrc
|
||||||
echo "Installing the birdnet_log.service"
|
echo "Installing the birdnet_log.service"
|
||||||
cat << EOF > /etc/systemd/system/birdnet_log.service
|
cat << EOF > /etc/systemd/system/birdnet_log.service
|
||||||
[Unit]
|
[Unit]
|
||||||
|
|||||||
@@ -376,6 +376,8 @@ install_gotty_logs() {
|
|||||||
fi
|
fi
|
||||||
sudo -u ${USER} ln -sf $(dirname ${my_dir})/templates/gotty \
|
sudo -u ${USER} ln -sf $(dirname ${my_dir})/templates/gotty \
|
||||||
${HOME}/.gotty
|
${HOME}/.gotty
|
||||||
|
sudo -u ${USER} ln -sf $(dirname ${my_dir})/templates/bashrc \
|
||||||
|
${HOME}/.bashrc
|
||||||
echo "Installing the birdnet_log.service"
|
echo "Installing the birdnet_log.service"
|
||||||
cat << EOF > /etc/systemd/system/birdnet_log.service
|
cat << EOF > /etc/systemd/system/birdnet_log.service
|
||||||
[Unit]
|
[Unit]
|
||||||
|
|||||||
Reference in New Issue
Block a user