diff --git a/environment.yaml b/environment.yaml index 9751c5f2932d9999e6cefee11138a78b96d663e9..0dfc1b673bc4690f825d1dbf8aef2a532af8793b 100644 --- a/environment.yaml +++ b/environment.yaml @@ -1,4 +1,4 @@ -name: aoss-cameras +name: aoss-ceilo channels: - conda-forge dependencies: diff --git a/scripts/reinstall_ceilo_driver.sh b/scripts/reinstall_ceilo_driver.sh index c1f68eb33f4a91e0b092d80fe029aee43c1967f2..5a3145f5643ca97b49cb952fbe92eb0788816502 100755 --- a/scripts/reinstall_ceilo_driver.sh +++ b/scripts/reinstall_ceilo_driver.sh @@ -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