Compare commits
1 Commits
400e45e01f
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d3bbe441d |
12
functions
12
functions
@@ -105,3 +105,15 @@ 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