Skip to content
Snippets Groups Projects
Commit 0dadad92 authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

more logging output to cal restart script

parent 28deec43
No related branches found
No related tags found
No related merge requests found
#!/bin/bash -ex
#!/bin/bash -e
# GDS calibration pipeline update/restart
#
......@@ -52,3 +52,5 @@ if [[ "$REPLY" != 'yes' ]] ; then
exit 2
fi
systemctl --user restart gstlal-calibration
echo "calibration pipeline restarted"
systemctl --user status gstlal-calibration
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