diff options
-rwxr-xr-x | startup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ echo "Enter username \n password \n" IFS="" read username IFS="" read -s password -printf "%s\n%s\n" "$username" "$password" | nohup ./client.js >/dev/null 2>&1 & +printf "%s\n%s\n" "$username" "$password" | nohup ./client.js >client.out 2>&1 & echo $! disown |