Compare commits
1 Commits
master
...
400e45e01f
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
400e45e01f |
12
functions
12
functions
@@ -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 "$@"
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user