We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a0451 commit edaa06bCopy full SHA for edaa06b
rootfs/container/run/available/20-openldap-backup/run
@@ -8,9 +8,8 @@ prepare_service
8
SERVICE_NAME="openldap-backup"
9
check_container_initialized
10
check_service_initialized init 10-openldap
11
-liftoff
+if [ "${1,,}" != "now" ] ; then liftoff; fi
12
13
-### Set Compression Options
14
if var_true "${BACKUP_PARALLEL_COMPRESSION}"; then
15
bzip="pbzip2 -${BACKUP_COMPRESSION_LEVEL}"
16
gzip="pigz -${BACKUP_COMPRESSION_LEVEL}"
0 commit comments