Skip to content
Snippets Groups Projects

Removed exit from source script

Closed Whitney Armstrong requested to merge no_exit into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -90,7 +90,7 @@ fi
mkdir -p "${LOCAL_DATA_PATH}"
if [ ! -d "${LOCAL_DATA_PATH}" ]; then
echo "LOCAL_DATA_PATH (${LOCAL_DATA_PATH}) does not exist!!"
exit 1
#exit 1
fi
## =============================================================================
Loading