diff --git a/lib/proc.js b/lib/proc.js index 846887c..5b28aaf 100644 --- a/lib/proc.js +++ b/lib/proc.js @@ -107,8 +107,8 @@ function start(procs, requirements, envs, portarg, emitter){ var port = parseInt(portarg); if(port < 1024) { - return cons.Error('Only Proxies Can Bind to Privileged Ports - '+ - 'Try \'sudo nf start -x %s\'', port); + cons.Warn('May Not Be Able To Bind to Privileged Port - '+ + 'If Start Fails Try \'sudo nf start -x %s\'', port); }