Skip to content

Commit

Permalink
Missed a clean up step
Browse files Browse the repository at this point in the history
  • Loading branch information
Wirewraith committed Jan 30, 2025
1 parent dbf794a commit 0bfe874
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/server/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ if [ -n "$(ls -A update)" ]; then
echo "Applying updates"
cd update
# Replace directories with update directories
ls -1d */ 2> /dev/null | rsync -a --delete-before --files-from=- . ..
ls -1d */ 2> /dev/null | rsync -a --remove-source-files --delete-before --files-from=- . ..
find . -depth -type d -empty -delete
# Move any remaining top-level files up
mv * ..
cd ..
Expand Down

0 comments on commit 0bfe874

Please sign in to comment.