From 2409764e452aa95d8ec4c6f2ef7b0895d4c1f89a Mon Sep 17 00:00:00 2001 From: Tomas Plesnik <plesnik@ics.muni.cz> Date: Sat, 27 Dec 2014 23:56:21 +0100 Subject: [PATCH] zmena examplu uninstall.sh --- src/warden-server/sh/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/warden-server/sh/uninstall.sh b/src/warden-server/sh/uninstall.sh index d83a5ac..8597cf6 100755 --- a/src/warden-server/sh/uninstall.sh +++ b/src/warden-server/sh/uninstall.sh @@ -20,7 +20,7 @@ usage() echo "-h print this help" echo "-V print script version number and exit" echo - echo "Example: $ ${0##*/} -d /opt/warden-server -s /usr/local/bin" + echo "Example: $ ./${0##*/} -d /opt/warden-server -s /usr/local/bin" echo echo "For more information about uninstallation process, see README file (section Uninstallation)." echo -- GitLab