Skip to content
Snippets Groups Projects
Commit 72519fcd authored by efer's avatar efer
Browse files

v0.2

parent bbec5902
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the GNU General Public License for more details. # See the GNU General Public License for more details.
# #
__version__ = '0.1' __version__ = '0.2'
import os import os
import json import json
...@@ -25,7 +25,7 @@ except ImportError: ...@@ -25,7 +25,7 @@ except ImportError:
# Got root? # Got root?
if os.getuid() != 0: if os.getuid() != 0:
print("\nOnly root can run this script.\n") print("\nMust be root to run command.\n")
exit(1) exit(1)
# Main Vars # Main Vars
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment