summaryrefslogtreecommitdiffstats
path: root/systemCheck.py
diff options
context:
space:
mode:
Diffstat (limited to 'systemCheck.py')
-rw-r--r--systemCheck.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/systemCheck.py b/systemCheck.py
index 6477097b0..2c4946525 100644
--- a/systemCheck.py
+++ b/systemCheck.py
@@ -155,4 +155,6 @@ def main():
print "No Problems detected, Webinterface should work fine."
if __name__ == "__main__":
- main() \ No newline at end of file
+ main()
+
+ raw_input("Press Enter to Exit.") \ No newline at end of file