Update 5_config.sh

This commit is contained in:
bash
2024-07-28 22:11:06 +02:00
committed by GitHub
parent e6f991161c
commit 48f12fa6db

View File

@@ -67,7 +67,7 @@ then
then then
echo "bash_wow exists"; echo "bash_wow exists";
else else
echo "if [ -f ~/.bash_wow ]; then . ~/.bash_wow fi" > ~/.bashrc echo "if [ -f ~/.bash_wow ]; then . ~/.bash_wow fi" >> ~/.bashrc
fi fi
echo "ROOT_DIR=${ROOT_DIR}" > ~/.bash_wow echo "ROOT_DIR=${ROOT_DIR}" > ~/.bash_wow