Compare commits

..

1 Commits

Author SHA1 Message Date
cryobry
400e45e01f Simplify __main() logic 2020-05-09 14:16:31 -04:00

View File

@@ -105,15 +105,3 @@ fixPermissions () {
# Allow container access to the workdir (SELinux) # Allow container access to the workdir (SELinux)
chcon -t container_file_t -R "$1" chcon -t container_file_t -R "$1"
} }
debug () {
[[ -n $_debug ]] && echo "debug: " "$@"
}
silent () {
[[ -z $_silent ]] && echo "$@"
}