Skip to content
Snippets Groups Projects
Verified Commit 4e59eb67 authored by David Hoese's avatar David Hoese
Browse files

Fix syntax error in ceilo driver script

parent 8bac4b17
Branches
No related tags found
No related merge requests found
name: aoss-cameras
name: aoss-ceilo
channels:
- conda-forge
dependencies:
......
......@@ -4,7 +4,7 @@
# communicated with. This should be run on reboot as the driver seems to
# have trouble with kernel updates and maybe even reboots of the server.
if [ $UID -ne 0 ];
if [ $UID -ne 0 ]; then
echo "ERROR: This script must be run as root (UID 0)."
exit 1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment