Copy tools folder to c subdomain

This commit is contained in:
dpeca 2019-10-31 14:52:23 +01:00 committed by GitHub
commit 8983b418de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -301,6 +301,9 @@ if [ "$CWEB_B" = true ]; then
echo "=== All done" echo "=== All done"
cp /root/vesta/install/vst-install-debian.sh $PATH_OF_C_WEB_FOLDER_ROOT/vst-install-debian.sh 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 fi
################################################################################# #################################################################################