Commit 251e0839 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Revert "'slapos proxy start' must be run as root"

This reverts commit 280232a7.
parent 32f3933c
......@@ -2,7 +2,6 @@
import logging
from slapos.cli.command import must_be_root
from slapos.cli.config import ConfigCommand
from slapos.proxy import do_proxy, ProxyConfig
......@@ -20,7 +19,6 @@ class ProxyStartCommand(ConfigCommand):
return ap
@must_be_root
def take_action(self, args):
configp = self.fetch_config(args)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment