Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
remove sleep 2s
Browse files Browse the repository at this point in the history
Signed-off-by: LI JIAHAO <[email protected]>
  • Loading branch information
satouriko committed May 29, 2018
1 parent 002c273 commit 4ee6c02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ sudo ln -s /opt/2645/neuipgw/ipgw /usr/bin/ipgw
sudo sh -c "echo [Desktop Entry]>$desktop_path"
sudo sh -c " echo Name=NEU-IPGW>>$desktop_path"
sudo sh -c "echo Comment=Speedier Internet Access>>$desktop_path"
sudo sh -c " echo Exec=/usr/bin/ipgw>>$desktop_path"
sudo sh -c " echo 'Exec=/usr/bin/ipgw && sleep 2s'>>$desktop_path"
sudo sh -c " echo Icon=/opt/2645/neuipgw/ipgw.png>>$desktop_path"
sudo sh -c " echo Terminal=true>>$desktop_path"
sudo sh -c " echo Type=Application>>$desktop_path"
Expand Down
1 change: 0 additions & 1 deletion ipgw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,5 +235,4 @@ fi
#echo $LOGOUT
#echo $LOGIN

sleep 2s

0 comments on commit 4ee6c02

Please sign in to comment.