From 28de99eaeb96281abcacea49f0ad6a8722bf5ab2 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Thu, 2 Jul 2020 17:13:09 +0200 Subject: [PATCH] spell correction --- mycommands.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mycommands.sh b/mycommands.sh index b6381f8..fcecce8 100644 --- a/mycommands.sh +++ b/mycommands.sh @@ -242,9 +242,9 @@ else # debug function called on start, stop of bot, interactive and background processes # if your bot was started with debug as second argument - # $1 current date, $2 from where the function wqs called, $3 ... $n optional information + # $1 current date, $2 from where the function was called, $3 ... $n optional information my_debug_checks() { - # example check because my bot creates a wrong file, this was becuase an empty variable + # example check because my bot created a wrong file [ -f ".jssh" ] && printf "%s: %s\n" "${1}" "Ups, found file \"${PWD:-.}/.jssh\"! ==========" }