From dad34393d33daa565e2606d9aafe1162401eb918 Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Thu, 26 Jan 2023 18:28:22 -0600 Subject: [PATCH] Fix inverted logic --- docker-mods.v3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-mods.v3 b/docker-mods.v3 index 9f40a4b..5590019 100755 --- a/docker-mods.v3 +++ b/docker-mods.v3 @@ -82,7 +82,7 @@ create_lsiown_alias() { # Create our with-contenv alias with umask support 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" return fi