Added check that we are running from the proper location (this time which actually works)
This commit is contained in:
@@ -8,9 +8,8 @@
|
||||
#
|
||||
#####################
|
||||
TEMP=temp_file
|
||||
PATH=rtdata/languages
|
||||
|
||||
cd $PATH
|
||||
cd "rtdata/languages"
|
||||
if [[ $? != 0 ]]; then
|
||||
echo "You must run this script from the root of the project."
|
||||
exit
|
||||
|
Reference in New Issue
Block a user