Skip to content

Commit

Permalink
Fix sync after build refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
fewtarius committed Jul 10, 2024
1 parent e391fdd commit 53138ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ EOF
ssh -ttq ${WWWUSER}@${WWWHOST} "cd ${WWWROOT}/images-new/installer; rm -f \$(ls | grep steamfork-${REL}- | grep -v ${STAGING_OS_TAG}) latest_${REL}*"
while true
do
rsync -av --progress --stats images/${REL}/images/* ${WWWUSER}@${WWWHOST}:${WWWROOT}/images-new/
rsync -av --progress --stats ${IMAGE_DIR}/* ${WWWUSER}@${WWWHOST}:${WWWROOT}/images-new/
if [ $? = 0 ]
then
break
Expand Down

0 comments on commit 53138ce

Please sign in to comment.