diff options
Diffstat (limited to 'scripts/lib/mic/creator.py')
| -rw-r--r-- | scripts/lib/mic/creator.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/lib/mic/creator.py b/scripts/lib/mic/creator.py index af5fb82a1e..f3d0de19fc 100644 --- a/scripts/lib/mic/creator.py +++ b/scripts/lib/mic/creator.py | |||
| @@ -293,9 +293,6 @@ class Creator(cmdln.Cmdln): | |||
| 293 | if len(argv) == 1: | 293 | if len(argv) == 1: |
| 294 | return ['help', argv[0]] | 294 | return ['help', argv[0]] |
| 295 | 295 | ||
| 296 | if os.geteuid() != 0: | ||
| 297 | raise msger.error("Root permission is required, abort") | ||
| 298 | |||
| 299 | return argv | 296 | return argv |
| 300 | 297 | ||
| 301 | def do_auto(self, subcmd, opts, *args): | 298 | def do_auto(self, subcmd, opts, *args): |
