From 005c11c828bec5a42ca4a083cb8a38ba9beff7a3 Mon Sep 17 00:00:00 2001 From: rhatto Date: Fri, 6 Apr 2007 20:03:24 +0000 Subject: some fixes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@295 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/jail-update | 3 +++ 1 file changed, 3 insertions(+) (limited to 'trunk/src/jail-update') diff --git a/trunk/src/jail-update b/trunk/src/jail-update index 8cfc49a..c5a008f 100755 --- a/trunk/src/jail-update +++ b/trunk/src/jail-update @@ -50,6 +50,9 @@ search_template $template_name --update if [ "$?" != "0" ]; then echo $BASENAME: template $template_name not found exit 1 +elif [ ! -d "$1" ]; then + echo $BASENAME: jail $1 not found + exit 1 fi update_template_files -- cgit v1.2.3