Copy latest.txt

This commit is contained in:
dpeca 2019-09-29 00:37:43 +02:00 committed by GitHub
commit 8e81b7cf19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -271,6 +271,7 @@ if [ "$CWEB_B" = true ]; then
if [ ! -f "$PATH_OF_C_WEB_FOLDER_ROOT/deb_signing.key" ]; then
cp /root/vesta/install/debian/$TARGET_DEB_VER_MAIN/deb_signing.key $PATH_OF_C_WEB_FOLDER_ROOT/deb_signing.key
fi
cp /root/vesta/src/deb/latest.txt $PATH_OF_C_WEB_FOLDER_ROOT/latest.txt
cd $PATH_OF_C_WEB_FOLDER
if [ -f "packages.tar.gz" ]; then