From c9d4caec2bf04b031d83630fd961e65e611ce128 Mon Sep 17 00:00:00 2001 From: dpavlin Date: Tue, 29 Oct 2013 22:39:13 +0100 Subject: [PATCH] this requires apt-get install time --- eprints-clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eprints-clone.sh b/eprints-clone.sh index 15b55f2..524fc44 100755 --- a/eprints-clone.sh +++ b/eprints-clone.sh @@ -5,7 +5,7 @@ to=bibliografija ep=/usr/share/eprints3 -bin="sudo -u eprints $ep/bin" +bin="time sudo -u eprints $ep/bin" dir=/tmp/eprints-clone test -d $dir || mkdir $dir -- 2.20.1