17 lines
201 B
Bash
17 lines
201 B
Bash
#! /bin/sh
|
|
|
|
#envsubst < ./frontend/src/arne.js
|
|
|
|
sed -i 's^$HOSTNAME^'"$HOSTNAME"'^g' ./frontend/src/arne.js
|
|
|
|
cat ./frontend/src/arne.js
|
|
|
|
cd ./frontend/
|
|
|
|
npm install
|
|
|
|
npm run build
|
|
|
|
cd ..
|
|
|
|
./MusicServer |