mirror of
https://github.com/fatedier/frp.git
synced 2025-01-13 00:04:49 +07:00
add set -e
in package.sh (#4059)
This commit is contained in:
parent
e0c979e98e
commit
d5589213c5
@ -1,3 +1,6 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
# compile for version
|
# compile for version
|
||||||
make
|
make
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user