fix installer a docker-compose

This commit is contained in:
Désiré Werner Menrath 2025-03-23 22:14:50 +01:00
parent 7cbfef40b7
commit 2e38faf01d

View File

@ -23,7 +23,7 @@ export TEXTDOMAINDIR="/usr/share/locale"
isgroup=$(cat /etc/group | grep docker)
which compose >/dev/null
which compose >/dev/null || which docker-compose >/dev/null
if [ $? -ne 0 ]
then