Update vesta_compile.sh

This commit is contained in:
dpeca 2019-08-12 00:28:16 +02:00 committed by GitHub
commit 4e5c316f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,6 +175,7 @@ if [ "$CWEB_B" = true ]; then
echo "=== Copying files"
mkdir -p $PATH_OF_C_WEB_FOLDER_FOR_SPECIFIC_DEB_VER
cp -rf /root/vesta/install/debian/$DEB_VER/* $PATH_OF_C_WEB_FOLDER_FOR_SPECIFIC_DEB_VER
cp /root/vesta/install/debian/10/deb_signing.key /var/www/c.vesta.hostingpanel.dev/html/deb_signing.key
cd $PATH_OF_C_WEB_FOLDER_FOR_SPECIFIC_DEB_VER
if [ -f "packages.tar.gz" ]; then