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

Commit 4ee6c02

Browse files
committed
remove sleep 2s
Signed-off-by: LI JIAHAO <[email protected]>
1 parent 002c273 commit 4ee6c02

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ sudo ln -s /opt/2645/neuipgw/ipgw /usr/bin/ipgw
9999
sudo sh -c "echo [Desktop Entry]>$desktop_path"
100100
sudo sh -c " echo Name=NEU-IPGW>>$desktop_path"
101101
sudo sh -c "echo Comment=Speedier Internet Access>>$desktop_path"
102-
sudo sh -c " echo Exec=/usr/bin/ipgw>>$desktop_path"
102+
sudo sh -c " echo 'Exec=/usr/bin/ipgw && sleep 2s'>>$desktop_path"
103103
sudo sh -c " echo Icon=/opt/2645/neuipgw/ipgw.png>>$desktop_path"
104104
sudo sh -c " echo Terminal=true>>$desktop_path"
105105
sudo sh -c " echo Type=Application>>$desktop_path"

ipgw.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,5 +235,4 @@ fi
235235
#echo $LOGOUT
236236
#echo $LOGIN
237237

238-
sleep 2s
239238

0 commit comments

Comments
 (0)