From 5ef87897584bc3ed3dfa3050b279ab0f1dbed578 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Mon, 28 Sep 2020 00:49:07 +0200 Subject: [PATCH] correct bad syntax in _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c4ff904..54847ea 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # dependencies used by the app if [ "$lsb_release --codename --short" = "buster"]; then pkg_dependencies="php7.3-sqlite3" -else [ "$lsb_release --codename --short" = "stretch"]; then +else [ "$lsb_release --codename --short" = "stretch"] pkg_dependencies="php7.0-sqlite3" fi