X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=blobdiff_plain;f=usr_bin%2Fgrml-lock;fp=usr_bin%2Fgrml-lock;h=46e0ab59a98eff5cdb31a83a36dbc81915071503;hp=27ba082034ef0412d3ae806a9e181d909f7127e0;hb=54e2502b301f2220e49e619b263be0e015d807cc;hpb=29bfc533ade39978f73afaecf01062151e43e267 diff --git a/usr_bin/grml-lock b/usr_bin/grml-lock index 27ba082..46e0ab5 100755 --- a/usr_bin/grml-lock +++ b/usr_bin/grml-lock @@ -21,6 +21,7 @@ Usage: just execute $PN without any further options." fi if [ -r /etc/grml/script-functions ] ; then + # shellcheck disable=SC1091 . /etc/grml/script-functions check4progs physlock sudo chpasswd dialog || { echo "Sorry, necessary tools missing - can not continue. Exiting.">&2 ; exit 1 ; } fi