Skip to content

Commit

Permalink
No force exit if run as root
Browse files Browse the repository at this point in the history
  • Loading branch information
msinn authored Aug 5, 2017
1 parent d5d9761 commit cceecb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/smarthome.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# only check if we are not at windows systems
if os.getegid() == 0:
print("SmartHomeNG should not run as root")
exit()
# exit()

#####################################################################
# Import Python Core Modules
Expand Down

0 comments on commit cceecb4

Please sign in to comment.