Skip to content

Commit

Permalink
Modify mcreboot.sh for job scheduler
Browse files Browse the repository at this point in the history
1. Don't complain when logname command doesn't exist
  • Loading branch information
masamichitakagi committed Sep 1, 2016
1 parent 7c562d0 commit f74dcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/tools/mcreboot-smp-x86.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cpus=""
INTERVAL=1
LOGMODE=0
facility="LOG_LOCAL6"
chown_option=`logname`
chown_option=`logname 2> /dev/null`

while getopts :i:k:c:m:o:f: OPT
do
Expand Down

0 comments on commit f74dcfc

Please sign in to comment.