tweak installation scripts, add webpack to backend

This commit is contained in:
iamBadgers
2024-06-12 23:42:59 -07:00
parent 9df2470f65
commit a64a7ae702
3 changed files with 9 additions and 5 deletions

View File

@@ -1,11 +1,12 @@
#!/bin/bash
parent_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
echo ""
echo "---"
echo "Moving the distributable folder into /srv/gamestats"
echo "---"
cp -r "$parent_path"/dist /srv/gamestats
cp -rf "$parent_path"/dist /srv/gamestats
echo ""
echo "---"