From c6c09098086e61cc694309041b6f241fd2df3a6c Mon Sep 17 00:00:00 2001 From: mxmehl Date: Mon, 8 Dec 2014 16:24:32 +0100 Subject: [PATCH] fix directory for update script --- update-index-ssh-link.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-index-ssh-link.sh b/update-index-ssh-link.sh index 7945516..449276b 100755 --- a/update-index-ssh-link.sh +++ b/update-index-ssh-link.sh @@ -2,4 +2,4 @@ HOST=$(basename $1) -xfce4-terminal -e "ssh $HOST -t './monitoring/update-index.sh; bash'" -H +xfce4-terminal -e "ssh $HOST -t './easy-web-mon/update-index.sh; bash'" -H