diff --git a/assembly/bin/supersonic-build.sh b/assembly/bin/supersonic-build.sh index 550ed7cab..b08e7da14 100755 --- a/assembly/bin/supersonic-build.sh +++ b/assembly/bin/supersonic-build.sh @@ -41,5 +41,7 @@ echo "install python modules success" #6. reset runtime rm -fr $runtimeDir/* moveAllToRuntime +setEnvToWeb chat +setEnvToWeb semantic rm -fr ${buildDir}/webapp diff --git a/assembly/bin/supersonic-common.sh b/assembly/bin/supersonic-common.sh index b27b48eeb..9f71d7873 100755 --- a/assembly/bin/supersonic-common.sh +++ b/assembly/bin/supersonic-common.sh @@ -41,9 +41,6 @@ function moveAllToRuntime { moveToRuntime chat moveToRuntime semantic moveToRuntime standalone - - setEnvToWeb chat - setEnvToWeb semantic } # run java service