diff --git a/lib/forever/cli.js b/lib/forever/cli.js index e6a284aa..3d0cff31 100644 --- a/lib/forever/cli.js +++ b/lib/forever/cli.js @@ -401,6 +401,8 @@ app.cmd('restartall', cli.restartAll = function () { // Restarts the forever process specified by `file`. // app.cmd(/restart (.+)/, cli.restart = function (file) { + forever.log.error("forever restart is disabled. user restart.sh"); + return; var runner = forever.restart(file, true); runner.on('restart', function (processes) { if (processes) {