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
No related branches found
No related tags found
No related merge requests found
name: aoss-cameras name: aoss-ceilo
channels: channels:
- conda-forge - conda-forge
dependencies: dependencies:
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# communicated with. This should be run on reboot as the driver seems to # 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. # 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)." echo "ERROR: This script must be run as root (UID 0)."
exit 1 exit 1
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment