X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=functions;h=2cc9639ad68c7f97455b404321dcf211c07d490f;hb=dfef3c51c5890f62d0bffa228942087a7975eefd;hp=45a634a1e575395e86c8457b342e3b2a39d5cc98;hpb=f86ce1827c0f74b3ac15598946b41477dd5a4066;p=rrq%2Foverlay-boot.git diff --git a/functions b/functions index 45a634a..2cc9639 100644 --- a/functions +++ b/functions @@ -3,6 +3,8 @@ # Rerun with sudo if needed [ $(id -u) = 0 ] || exec sudo $0 $@ +export ACTION="$(basename $0)" + # Function to write a message and exit with error code die() { echo "$*" >&2