mirror of
https://github.com/fatedier/frp.git
synced 2025-09-26 21:25:53 +08:00
add set -e
in package.sh (#4059)
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# compile for version
|
||||
make
|
||||
if [ $? -ne 0 ]; then
|
||||
|
Reference in New Issue
Block a user