summaryrefslogtreecommitdiffstats
path: root/init_functions
blob: 50accc9e22db85be6efd8affdede0abe29f00e48 (plain)
1
2
3
4
5
6
7
8
# This file contains common functions used in init and in hooks

msg () {
    [ "${quiet}" != "y" ] && echo $@
}
err () {
    echo "ERROR: $@"
}