archean-server-pelican/entrypoint.sh

11 lines
245 B
Bash
Raw Normal View History

2024-10-18 22:15:37 +02:00
#!/bin/bash
cd /home/container
./archean_start.sh
# Replace Startup Variables
MODIFIED_STARTUP=`eval echo $(echo ${STARTUP} | sed -e 's/{{/${/g' -e 's/}}/}/g')`
echo ":/home/container$ ${MODIFIED_STARTUP}"
# Run the Server
${MODIFIED_STARTUP}