fix install script

This commit is contained in:
Théophile Bastian 2016-10-27 01:05:24 +02:00
parent 44980b3b0f
commit c5cf9b248c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
cd $(basename "$0") cd $(dirname "$0")
echo "Creating symlinks…" echo "Creating symlinks…"
python3 mkSymlink.py > /dev/null python3 mkSymlink.py > /dev/null