From 438bd68067576432335a9b7595cd2214b99ca093 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Sat, 4 Jul 2020 23:09:37 +0200 Subject: [PATCH] call custom_callback.sh in vesta_compile.sh --- src/deb/vesta_compile.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/deb/vesta_compile.sh b/src/deb/vesta_compile.sh index 694f472f..71e44c63 100644 --- a/src/deb/vesta_compile.sh +++ b/src/deb/vesta_compile.sh @@ -278,6 +278,12 @@ if [ "$CWEB_B" = true ]; then cp /root/vesta/src/deb/latest.txt $PATH_OF_C_WEB_FOLDER_ROOT/latest.txt echo "$BUILD_DATE" > $PATH_OF_C_WEB_FOLDER_ROOT/build_date.txt + if [ -f "/root/custom_callback.sh" ]; then + BUILD_RELEASE=$(