install.sh: correcty typo in extensions directory check
This commit is contained in:
parent
72048f8180
commit
966b0f1d44
@ -3,7 +3,7 @@
|
|||||||
run_directory=$(dirname "$0")
|
run_directory=$(dirname "$0")
|
||||||
user=$(whoami)
|
user=$(whoami)
|
||||||
|
|
||||||
if [ -d /home/$user/.bashrc.d ]; then
|
if [ ! -d /home/$user/.bashrc.d ]; then
|
||||||
echo "~/.bashrc.d does not exist. Creating it..."
|
echo "~/.bashrc.d does not exist. Creating it..."
|
||||||
mkdir /home/$user/.bashrc.d
|
mkdir /home/$user/.bashrc.d
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user