test
This commit is contained in:
20
projects/widefrog/scripts/entrypoint.sh
Executable file
20
projects/widefrog/scripts/entrypoint.sh
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
folder="/app"
|
||||
|
||||
echo "---------------------------------------"
|
||||
echo "Checking WideFrog installation..."
|
||||
echo ""
|
||||
if [ -z "$(ls -A "$folder")" ]; then
|
||||
echo "Installing WideFrog..."
|
||||
echo ""
|
||||
cp -r /build/* /app/
|
||||
else
|
||||
echo "WideFrog already installed..."
|
||||
fi
|
||||
echo ""
|
||||
echo "WideFrog-container start complete..."
|
||||
echo ""
|
||||
echo "---------------------------------------"
|
||||
echo ""
|
||||
echo ""
|
||||
Reference in New Issue
Block a user