1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 02:01:50 +02:00

fix install script missing quotation mark

This commit is contained in:
RyanGreenup 2021-03-05 18:43:45 +11:00 committed by GitHub
parent 3b5e202610
commit a797617a95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
INSTALL_DIR="$HOME/.cadmus"
BIN_DIR="$HOME/.local/bin/"
mkdir "${BIN_DIR} > /dev/null
mkdir "${BIN_DIR}" > /dev/null
main () {
me=`basename "$0"`