Skip to content

Commit

Permalink
give nodester user permission to setup a git repo (fixes new project …
Browse files Browse the repository at this point in the history
…creation error for app.js on fresh Nodester install).
  • Loading branch information
akumpf committed Jun 2, 2012
1 parent c811039 commit 057d8ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions env_creation.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ case $whoami in
$NODESTER_USER ALL = NOPASSWD: $NODESTER_HOME_DIR/nodester/proxy/start_proxy.sh * $NODESTER_USER ALL = NOPASSWD: $NODESTER_HOME_DIR/nodester/proxy/start_proxy.sh *
$NODESTER_USER ALL = NOPASSWD: $NODESTER_HOME_DIR/nodester/proxy/stop.sh $NODESTER_USER ALL = NOPASSWD: $NODESTER_HOME_DIR/nodester/proxy/stop.sh
$NODESTER_USER ALL = NOPASSWD: $NODESTER_HOME_DIR/nodester/scripts/launch_app.sh * $NODESTER_USER ALL = NOPASSWD: $NODESTER_HOME_DIR/nodester/scripts/launch_app.sh *
$NODESTER_USER ALL = NOPASSWD: $NODESTER_HOME_DIR/nodester/scripts/gitreposetup.sh *
\" >> /etc/sudoers && break " ||\ \" >> /etc/sudoers && break " ||\
( echo "error make FS skeleton!" ; exit 1 ) ( echo "error make FS skeleton!" ; exit 1 )
;; ;;
Expand Down

0 comments on commit 057d8ca

Please sign in to comment.