From c94e3edd88dd172323aafd66547255394c17bcb7 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 4 Dec 2019 19:34:50 +0000 Subject: [PATCH] Minor: update version output --- installers/raspbian.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index b907abc0..981d5fb2 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -64,7 +64,6 @@ while :; do ;; -v|--version) printf "RaspAP v${VERSION} - simple AP setup and wifi mangement for the RaspberryPi\n" - printf "Licensed under GPL-3.0, BillZ and contributors\n" exit 1 ;; -*|--*)