mirror of
https://github.com/netfun2000/rttys_zhaojh329.git
synced 2026-02-27 09:53:24 +08:00
Write the HTTP proxy error page to a file
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
@@ -21,6 +21,11 @@ ARCH="$1" # Pass architecture as an argument, e.g., amd64 or arm64
|
||||
exit 1;
|
||||
}
|
||||
|
||||
[ -d assets/dist ] || {
|
||||
echo "Please build ui first"
|
||||
exit 1
|
||||
}
|
||||
|
||||
# Build directory
|
||||
BUILD_DIR="build-deb"
|
||||
INSTALL_DIR="$BUILD_DIR/usr"
|
||||
|
||||
Reference in New Issue
Block a user