Bug: Users had to be in the /util directory to run the script (#4228)

pull/4049/merge 0.6.152
MechMerlin 6 years ago committed by Drashna Jaelre
parent 9ed0c2d57b
commit bef554d18b

@ -18,7 +18,7 @@ if [ -z "$USERNAME" ]; then
exit 1
fi
cd ..
cd "$(dirname "$0")/.."
if [ ! -d "keyboards/$KB_PATH" ]; then
printf "Error! keyboards/%s does not exist!\n" "$KB_PATH"

Loading…
Cancel
Save