Browse Source

ee stack stop/start/reload/restart

old-stable
Mitesh Shah 11 years ago
parent
commit
8955e50e2e
  1. 2
      bin/easyengine

2
bin/easyengine

@ -161,5 +161,7 @@ then
fi
elif [ "$EE_SECOND" = "status" ]; then
ee_mod_system_status
elif [ "$EE_SECOND" = "start" ] || [ "$EE_SECOND" = "stop" ] || [ "$EE_SECOND" = "reload" ] || [ "$EE_SECOND" = "restart" ]; then
ee_lib_service nginx php5-fpm mysql postfix $EE_SECOND
fi
fi

Loading…
Cancel
Save