Maybe this works

develop
Sven Slootweg 12 years ago
parent f4dcb885c8
commit 59bd55c578

@ -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."

Loading…
Cancel
Save