From 59bd55c57883dcc4d54ea34ea1471b4eef08249f Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Fri, 4 May 2012 21:00:50 +0200 Subject: [PATCH] Maybe this works --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 2c9b5ef..70a721f 100755 --- a/setup.sh +++ b/setup.sh @@ -64,7 +64,7 @@ su tahoe OLDTIME="$(cat ~/tahoe_setup_time)" rm ~/tahoe_setup_time -if [ "$(stat --format=%Y ~/.tahoe/tahoe.cfg)" == $OLDTIME ]; then echo "[X] You did not save the config file, cancellation assumed and installation aborted."; exit 1; exit 1; fi +if [ "$(stat --format=%Y ~/.tahoe/tahoe.cfg)" == $OLDTIME ]; then echo "[X] You did not save the config file, cancellation assumed and installation aborted."; exit; exit 1; fi echo "[+] Configuration done."