Fix typo in install script
This commit is contained in:
parent
2899218336
commit
029c79edd3
|
@ -8,7 +8,7 @@ mkdir -p "$CONFIG_DIR"
|
|||
for FILE in config/*; do
|
||||
FILENAME="$(basename $FILE)"
|
||||
if [ ! -e "$CONFIG_DIR/$FILENAME" ]; then
|
||||
ls -s $(readlink -f "$FILE") "$CONFIG_DIR/$FILENAME"
|
||||
ln -s $(readlink -f "$FILE") "$CONFIG_DIR/$FILENAME"
|
||||
fi
|
||||
echo "$(readlink -f $FILE) -> $CONFIG_DIR/$FILENAME"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue