archean-server-pelican/entrypoint.sh
2024-10-18 22:15:37 +02:00

11 lines
245 B
Bash

#!/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}