Skip to content
This repository has been archived by the owner on Dec 30, 2017. It is now read-only.

Two bugfixes and one new feature #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Two bugfixes and one new feature #48

wants to merge 1 commit into from

Conversation

retro-engineer
Copy link

Bug 1: Password could not contain a double quote. This is fixed on line 108
Bug 2: Password could not start with (or possibly contain) an exclamation mark. This is fixed by using single quotes when echoing the password.
Feature: Optionally give a username. If a username is given then the sudo command will request that user's password, and the agent will be spawned using that user.

Bug 1: Password could not contain a double quote. This is fixed on line 108
Bug 2: Password could not start with (or possibly contain) an exclamation mark. This is fixed by using single quotes when echoing the password.
Feature: Optionally give a username. If a username is given then the sudo command will request that user's password, and the agent will be spawned using that user.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant