Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AossCeilo
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MetObs
AossCeilo
Commits
4e59eb67
Verified
Commit
4e59eb67
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Fix syntax error in ceilo driver script
parent
8bac4b17
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
environment.yaml
+1
-1
1 addition, 1 deletion
environment.yaml
scripts/reinstall_ceilo_driver.sh
+1
-1
1 addition, 1 deletion
scripts/reinstall_ceilo_driver.sh
with
2 additions
and
2 deletions
environment.yaml
+
1
−
1
View file @
4e59eb67
name
:
aoss-c
ameras
name
:
aoss-c
eilo
channels
:
-
conda-forge
dependencies
:
...
...
This diff is collapsed.
Click to expand it.
scripts/reinstall_ceilo_driver.sh
+
1
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment