From 8b7a2d0fc0eb8c45615eb1dd75d11af11314258e Mon Sep 17 00:00:00 2001 From: Botspot Date: Mon, 5 Oct 2020 19:17:37 -0500 Subject: [PATCH] ensure update-status dir exists --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage b/manage index acfd95a..082e3a0 100755 --- a/manage +++ b/manage @@ -14,7 +14,7 @@ if [ -z "$1" ];then error "You need to specify an operation, and in most cases, which app to operate on." fi -mkdir -p "${DIRECTORY}/data/status" +mkdir -p "${DIRECTORY}/data/status" "${DIRECTORY}/data/update-status" if [ "$1" == 'install' ];then #INSTALL