Skip to content

Commit

Permalink
Sentence on Ctrl-D
Browse files Browse the repository at this point in the history
  • Loading branch information
elg committed Oct 18, 2019
1 parent bfaf827 commit b800dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passhport/passhport-connect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PASSHPORTBIN="${PASSHHOMEDIR}/passhport/passhport/passhport"


###### We trap a manual window close to let the script to end ######
trap "echo 'You are not allowed to stop disconnection'" SIGHUP SIGINT SIGKILL SIGTERM SIGSTOP
trap "echo 'You are not allowed to stop disconnection. Consider Ctrl-D.'" SIGHUP SIGINT SIGKILL SIGTERM SIGSTOP

#Remove 7 first arguments and put the others in the OPTIONS variable
i=0
Expand Down

0 comments on commit b800dc6

Please sign in to comment.