Remove deleted web-ui files from git

This commit is contained in:
grossmj 2026-07-08 22:40:27 +02:00
parent 54540e7ef7
commit 6fba497734
No known key found for this signature in database
GPG Key ID: 1E7DD6DBB53FF3D7

View File

@ -82,6 +82,7 @@ fi
echo "Removing: $GNS3SERVER_DIR/gns3server/static/web-ui/*"
rm -rf $GNS3SERVER_DIR/gns3server/static/web-ui/*
git rm -rf gns3server/static/web-ui/*
echo "Re-create: $GNS3SERVER_DIR/gns3server/static/web-ui"