111 112 113 114 115 116 117 118
# File 'bin/magent', line 111 def restart begin stop rescue => e $stderr.puts "Warning: #{e}" end start end