ensure update-status dir exists

pull/20/head
Botspot 5 years ago
parent f796b45d89
commit 8b7a2d0fc0

@ -14,7 +14,7 @@ if [ -z "$1" ];then
error "You need to specify an operation, and in most cases, which app to operate on." error "You need to specify an operation, and in most cases, which app to operate on."
fi fi
mkdir -p "${DIRECTORY}/data/status" mkdir -p "${DIRECTORY}/data/status" "${DIRECTORY}/data/update-status"
if [ "$1" == 'install' ];then if [ "$1" == 'install' ];then
#INSTALL #INSTALL

Loading…
Cancel
Save