space-smasher-9001/run.sh

12 lines
215 B
Bash
Raw Permalink Normal View History

2023-03-03 16:06:16 +01:00
#!/bin/sh
mkdir -p storage
if [ ! -f ".env" ]; then
cp .env.example .env
sed -i "s#HVuwh1dmaFhg4q1fef7xI4D6UeV7ImGK6NTp7i9eH6qiyJ9kxsvqPu29JXnhNGQY#$(head -c 12 /dev/random | base64)#" .env
fi
npm run start