Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MetObs
AossCeilo
Commits
4e59eb67
Verified
Commit
4e59eb67
authored
May 24, 2021
by
David Hoese
Browse files
Fix syntax error in ceilo driver script
parent
8bac4b17
Changes
2
Hide whitespace changes
Inline
Side-by-side
environment.yaml
View file @
4e59eb67
name
:
aoss-c
ameras
name
:
aoss-c
eilo
channels
:
-
conda-forge
dependencies
:
...
...
scripts/reinstall_ceilo_driver.sh
View file @
4e59eb67
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment