Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Feb 26, 2021
1 parent c4f3f38 commit 1d08081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fai
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ else
export fai_rundate=$(date +'%Y%m%d_%H%M%S')
export LOGDIR=/var/log/fai/$HOSTNAME/$FAI_ACTION-$fai_rundate
if [ -d $LOGDIR ]; then
fdie 13 "$LOGDIR already exists. MAybe another process is running. Aborting"
fdie 13 "$LOGDIR already exists. Maybe another process is running. Aborting"
fi
mkdir -p $LOGDIR
ln -snf $FAI_ACTION-$fai_rundate $LOGDIR/../last-$FAI_ACTION
Expand Down

0 comments on commit 1d08081

Please sign in to comment.