From 15dfef32d197ee0b98e944eb0fa78ebda2d01abe Mon Sep 17 00:00:00 2001 From: Joe Garcia <joe.garcia@ssec.wisc.edu> Date: Tue, 20 Oct 2015 15:33:17 -0500 Subject: [PATCH] debian tweak --- ShellB3/shallbethree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ShellB3/shallbethree.sh b/ShellB3/shallbethree.sh index f0919273..576527b8 100755 --- a/ShellB3/shallbethree.sh +++ b/ShellB3/shallbethree.sh @@ -401,7 +401,7 @@ isDebianLinux(){ if isNotLinux ; then return 1 fi - test "$(LinuxDistroName)" == "Debian" + test "$(LinuxDistroName)" == "Debian" -o "$(LinuxDistroName)" == "Raspbian" return $? } -- GitLab