Skip to content

Commit

Permalink
bash script fallback error message
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Sep 3, 2019
1 parent 1756102 commit fdc57de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uilicious-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
WORKING_DIR="$( pwd )"

# Echo out a warning message for the fallback
echo ">"
echo "> NOTE: This is using a bash script fallback, with working directory of : $WORKING_DIR"
echo ">"
echo "> this happens due to npm/system file permission issues, and is known to have possible issues on relative file path"
echo "> it is recommended to download and use the github release binary version instead at : https://github.com/uilicious/uilicious-cli/releases"
echo ">"

# Lets get the current script
MAIN_SCRIPT="${BASH_SOURCE[0]}"
Expand Down

0 comments on commit fdc57de

Please sign in to comment.