Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
ctr-c should stop installation
Browse files Browse the repository at this point in the history
  • Loading branch information
timf committed Apr 30, 2010
1 parent 4f6268e commit 555d15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/sbin/nimbusconfigure.py
Expand Up @@ -603,6 +603,7 @@ def main(argv=None):
raise
except KeyboardInterrupt:
print "\n\nReceived keyboard interrupt. Aborting!\n"
sys.exit(5)
except:
exception_type = sys.exc_type
try:
Expand Down

0 comments on commit 555d15e

Please sign in to comment.