mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-02-04 14:44:38 +08:00
Fix broken service dep
This commit is contained in:
parent
73b65be13b
commit
6232d6081c
@ -4,7 +4,7 @@
|
||||
# It takes advantage of the built-in init-mods-package-install init script that comes with the baseimages.
|
||||
# If using this, we need to make sure we set this init as a dependency of init-mods-package-install so this one runs first
|
||||
|
||||
if ! command -v redis; then
|
||||
if ! command -v redis-server; then
|
||||
## Ubuntu
|
||||
if [ -f /usr/bin/apt ]; then
|
||||
echo "\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user