This website works better with JavaScript
Home
Explore
Help
Sign In
joker
/
frp
mirror of
https://github.com/fatedier/frp/
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
add `set -e` in package.sh (#4059)
fatedier
11 months ago
parent
e0c979e98e
commit
d5589213c5
1 changed files
with
3 additions
and
0 deletions
Unified View
Show Diff Stats
3
0
package.sh
+ 3
- 0
package.sh
View File
@@ -1,3 +1,6 @@
+#!/bin/sh
+set -e
+
# compile for version
# compile for version
make
make
if [ $? -ne 0 ]; then
if [ $? -ne 0 ]; then