Removes some unneeded lines from an early version

This commit is contained in:
Jonathan Hodgson 2020-12-22 09:07:47 +00:00
parent 0ac730ca3c
commit 34d0a6bf19

14
kb
View file

@ -473,14 +473,6 @@ args+=("$@")
# ############# ############# #############
# ## TIME TO RUN THE SCRIPT ##
# ## ##
# ## You shouldn't need to edit anything ##
# ## beneath this line ##
# ## ##
# ############# ############# #############
# Exit on error. Append '||true' when you run the script if you expect an error.
set -o errexit
@ -502,9 +494,3 @@ mainScript
safeExit # Exit cleanly
[ -n "$KB_DIR" ] && dataDir="$KB_DIR" ||
dataDir="${XDG_DATA_HOME:=$HOME/.local/share}/kb/"
mkdir -p "$dataDir"