sudo_pswd.js 162 B

123456789101112
  1. /**
  2. * @author oldj
  3. * @blog https://oldj.net
  4. */
  5. 'use strict'
  6. import Agent from '../Agent'
  7. module.exports = (app, pswd) => {
  8. Agent.pact('sudoPSWD', pswd)
  9. }