Commit 0c8ea80a authored by Anton Midyukov's avatar Anton Midyukov

repo: fix condition for enable repo in rootfs

parent c8ed6d37
#!/bin/sh
# enable online repos if not use/repo/main
[ "$GLOBAL_REPO_MAIN" = 1 ] || exit 0
[ "$GLOBAL_REPO_MAIN" != 1 ] || exit 0
[ -n "$GLOBAL_REPO" ] || exit 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment