Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
tcjj3 authored May 25, 2021
1 parent 3c1b3cc commit ba134f2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Linux/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,20 @@ fi



if [ ! -L nohup.out ]; then
rm -rf nohup.out > /dev/null 2>&1
ln -s /dev/null nohup.out > /dev/null 2>&1
fi










device="$1"


Expand Down

0 comments on commit ba134f2

Please sign in to comment.