From 8983b418def56b1540e44111038326527cc08729 Mon Sep 17 00:00:00 2001 From: dpeca Date: Thu, 31 Oct 2019 14:52:23 +0100 Subject: [PATCH] Copy tools folder to c subdomain --- src/deb/vesta_compile.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/deb/vesta_compile.sh b/src/deb/vesta_compile.sh index 4cbde785..3ee3c74f 100644 --- a/src/deb/vesta_compile.sh +++ b/src/deb/vesta_compile.sh @@ -301,6 +301,9 @@ if [ "$CWEB_B" = true ]; then echo "=== All done" cp /root/vesta/install/vst-install-debian.sh $PATH_OF_C_WEB_FOLDER_ROOT/vst-install-debian.sh + + mkdir $PATH_OF_C_WEB_FOLDER_ROOT/tools + cp -rf /root/vesta/src/deb/for-download/tools/* $PATH_OF_C_WEB_FOLDER_ROOT/tools fi #################################################################################