mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-24 09:12:02 -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_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
|
||||
|
||||
Reference in New Issue
Block a user