Merge remote-tracking branch 'origin/github/pr/11'
[grml-scripts.git] / usr_bin / grml-lock
index 27ba082..46e0ab5 100755 (executable)
@@ -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