Skip to content

Commit 90ccb6e

Browse files
committed
fix init
1 parent a3329b3 commit 90ccb6e

File tree

2 files changed

+1
-2
lines changed
  • rootfs/container

2 files changed

+1
-2
lines changed

rootfs/container/init/init.d/10-redis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# SPDX-License-Identifier: MIT
55

6-
source /assets/functions/00-container
6+
source /container/base/functions/container/init
77
prepare_service 10-redis
88
SERVICE_NAME="redis"
99

rootfs/container/run/available/10-redis/run

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ redis_build_runtime_arguments
1515

1616
liftoff
1717

18-
1918
print_start "Starting Redis $(grep -o "ADD: Redis .* |" /container/build/${IMAGE_NAME/\//_}/build.log | awk '{print $3}')"
2019
exec s6-setuidgid redis redis-server --dir "${DATA_PATH}" \
2120
${REDIS_PASS:+--requirepass $REDIS_PASS} \

0 commit comments

Comments
 (0)