Skip to content
Snippets Groups Projects
Commit b2281e24 authored by hench's avatar hench
Browse files

Minor bugfix with serial and logfile_short.txt

parent 3f855856
No related merge requests found
...@@ -266,6 +266,7 @@ fi ...@@ -266,6 +266,7 @@ fi
if [ -f "$SERIAL" ]; then if [ -f "$SERIAL" ]; then
scp -i $SSHKEY $SERIAL $RUSER@$TARGETNODE:$RHOME/$SCRIPTNAME/$HOST/ &>/dev/null scp -i $SSHKEY $SERIAL $RUSER@$TARGETNODE:$RHOME/$SCRIPTNAME/$HOST/ &>/dev/null
echo -e "[computer serial]" $G_"OK"$_N echo -e "[computer serial]" $G_"OK"$_N
SERIALNO=$(cat $SERIAL)
else else
SERIALNO="_" SERIALNO="_"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment