From 553840f41d39b14b74f9f08b7015d8002a54e1a4 Mon Sep 17 00:00:00 2001 From: stevenhorsman Date: Wed, 11 Sep 2019 13:27:59 +0100 Subject: [PATCH] Fix typo Signed-off-by: stevenhorsman --- scripts/zowe-runtime-authorize.template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/zowe-runtime-authorize.template.sh b/scripts/zowe-runtime-authorize.template.sh index a6b8abcf94..fa475c0e74 100644 --- a/scripts/zowe-runtime-authorize.template.sh +++ b/scripts/zowe-runtime-authorize.template.sh @@ -32,7 +32,7 @@ echo " Completed find and chmods to add o+x on directories" >> $LOG_FILE #TODO SH: temporary fix whilst api-defs isn't in the user-dir. In order to write to the api-defs by components on start up group needs write chmod -R g+w ${ZOWE_ROOT_DIR}/api-mediation/api-defs #TODO SH: temporary fix whilst logs are't in the user-dir. -chmod -R g+w ${ZOWE_ROOT_DIR}/zlux-app-server/logs +chmod -R g+w ${ZOWE_ROOT_DIR}/zlux-app-server/log # If this step fails it is because the user running this script is not part of the IZUADMIN group chgrp -R ${ZOWE_ZOSMF_ADMIN_GROUP} ${ZOWE_ROOT_DIR}