tweak installation scripts, add webpack to backend
This commit is contained in:
@@ -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 "---"
|
||||
|
||||
Reference in New Issue
Block a user