mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
Update vesta_compile.sh
This commit is contained in:
parent
59a959c4b2
commit
d5ef538af6
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ if [ "$CWEB_B" = true ]; then
|
|||
|
||||
echo "=== Copying files"
|
||||
mkdir -p $PATH_OF_C_WEB_FOLDER
|
||||
cp -rf /root/vesta/install/debian/$TARGET_DEB_VER/* $PATH_OF_C_WEB_FOLDER
|
||||
cp -rf /root/vesta/install/debian/* $PATH_OF_C_WEB_FOLDER_ROOT/debian
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue