Skip to content
Snippets Groups Projects
Commit e3844c48 authored by lauk's avatar lauk
Browse files

Start upload_bootinfo.py as background process

parent c4dfe186
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ if [ "$1" = "-v" ] ...@@ -11,7 +11,7 @@ if [ "$1" = "-v" ]
then then
echo '$Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $' echo '$Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $'
echo '$Author: lauk $' echo '$Author: lauk $'
echo '$Date: 2014/09/24 13:15:49 $' echo '$Date: 2014/10/09 05:51:29 $'
exit exit
fi fi
...@@ -152,9 +152,9 @@ if [ $DO_WEBSERVICE -eq 1 ]; then ...@@ -152,9 +152,9 @@ if [ $DO_WEBSERVICE -eq 1 ]; then
boot_info="$boot_info --os $OS --os-version $OSVERSION" boot_info="$boot_info --os $OS --os-version $OSVERSION"
fi fi
echo "Uploading boot info to web service: $boot_info" echo "Uploading boot info to web service: $boot_info"
$(dirname $0)/upload_bootinfo.py $boot_info $(dirname $0)/upload_bootinfo.py $boot_info &
fi fi
# $Name: $ # $Name: $
# $Id: iocBootNotify.sh,v 1.24 2014/09/24 13:15:49 lauk Exp $ # $Id: iocBootNotify.sh,v 1.25 2014/10/09 05:51:29 lauk Exp $
# $Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $ # $Source: /cvs/G/DRV/misc/App/scripts/iocBootNotify.sh,v $
# $Revision: 1.24 $ # $Revision: 1.25 $
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment