error out here
This commit is contained in:
parent
d865c96158
commit
10a6483cc5
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ let
|
||||||
|
|
||||||
# i am going to read it from /persist/wanikani
|
# i am going to read it from /persist/wanikani
|
||||||
|
|
||||||
[ ! -e /persist/wanikani ] && echo "/persist/wanikani doesnt exist here :("
|
[ ! -e /persist/wanikani ] && echo "/persist/wanikani doesnt exist here :(" && exit 1
|
||||||
|
|
||||||
WANIKANI_TOKEN=$(< /persist/wanikani)
|
WANIKANI_TOKEN=$(< /persist/wanikani)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue