X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgrml-lock;h=46e0ab59a98eff5cdb31a83a36dbc81915071503;hb=54e2502b301f2220e49e619b263be0e015d807cc;hp=27ba082034ef0412d3ae806a9e181d909f7127e0;hpb=09e5d68bc4435ea877dc179825812ad422ff5f86;p=grml-scripts.git 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