1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

correct bad syntax in _common.sh

This commit is contained in:
Robles Rodolphe 2020-09-28 00:49:07 +02:00
parent 281aed7f6a
commit 5ef8789758

View file

@ -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