Skip to content

Commit

Permalink
Merge pull request #655 from zowe/log-permissions
Browse files Browse the repository at this point in the history
Add g+w to zlux-app-server logs
  • Loading branch information
stevenhorsman committed Sep 11, 2019
2 parents f2bc6f4 + e052778 commit 53f914b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/zowe-runtime-authorize.template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ 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

# 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 53f914b

Please # to comment.