mirror of
https://github.com/casjaysdevdocker/ifconfig
synced 2025-01-18 12:34:25 -05:00
🗃️ Committing everything that changed 🗃️
rootfs/usr/local/bin/echoip rootfs/usr/local/etc/docker/bin/ rootfs/usr/local/etc/docker/init.d/zz-echoip.sh
This commit is contained in:
parent
5fd252c017
commit
2b2322d6a6
@ -119,7 +119,7 @@ SERVICE_UID="0" # set the user id
|
|||||||
SERVICE_GID="0" # set the group id
|
SERVICE_GID="0" # set the group id
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
# execute command variables - keep single quotes variables will be expanded later
|
# execute command variables - keep single quotes variables will be expanded later
|
||||||
EXEC_CMD_BIN='echoip' # command to execute
|
EXEC_CMD_BIN='echoip-cli' # command to execute
|
||||||
EXEC_CMD_ARGS='' # command arguments
|
EXEC_CMD_ARGS='' # command arguments
|
||||||
EXEC_PRE_SCRIPT='sleep 60' # execute script before
|
EXEC_PRE_SCRIPT='sleep 60' # execute script before
|
||||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
Loading…
x
Reference in New Issue
Block a user