From f490464c246c9312819a552bb9e301b40365b770 Mon Sep 17 00:00:00 2001 From: Limezy Date: Fri, 17 Jun 2022 11:52:36 +0700 Subject: [PATCH] Upgrade mistake --- scripts/upgrade | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index f8f5343..cb7290e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -136,6 +136,8 @@ pushd "$final_path" export GOBIN=$GOPATH/bin # Setup tensorflow library ./scripts/dist/install-tensorflow.sh + # Remove the former build file + ynh_secure_remove --file="$final_path/build" # Setup node environment export NODE_OPTIONS=--max_old_space_size=1024 # Build server from source