Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Oct 10, 2019
1 parent daeb3d0 commit 0931eac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kube-runtime/src/init
Expand Up @@ -93,6 +93,7 @@ if [[ ! -z $LOG_FILES ]]; then
PRE_LOG_DIR=$PAI_LOG_DIR/prelog_$RANDOM
while [[ -d PRE_LOG_DIR=$PAI_LOG_DIR/prelog_$RANDOM ]]
do
echo "folder $PRE_LOG_DIR already exist, change to another name"
PRE_LOG_DIR=$PAI_LOG_DIR/prelog_$RANDOM
done
mkdir $PRE_LOG_DIR
Expand Down

0 comments on commit 0931eac

Please sign in to comment.