mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-19 18:03:01 -04:00
Fix inverted logic
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@ create_lsiown_alias() {
|
|||||||
|
|
||||||
# Create our with-contenv alias with umask support
|
# Create our with-contenv alias with umask support
|
||||||
create_with_contenv_alias() {
|
create_with_contenv_alias() {
|
||||||
if [[ -f /command/with-contenv ]]; then
|
if [[ ! -f /command/with-contenv ]]; then
|
||||||
echo "[mod-init] /command/with-contenv not found, skipping alias creation"
|
echo "[mod-init] /command/with-contenv not found, skipping alias creation"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user