Fix broken service dep

This commit is contained in:
thespad 2024-07-23 20:41:38 +01:00
parent 73b65be13b
commit 6232d6081c
No known key found for this signature in database
GPG Key ID: 08F06191F4587860
2 changed files with 1 additions and 1 deletions

View File

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