Skip to content

Commit

Permalink
Merge pull request #658 from zowe/log-permissions
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
stevenhorsman committed Sep 11, 2019
2 parents 53f914b + edbd97b commit dad00f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zowe-runtime-authorize.template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit dad00f0

Please # to comment.