sschellhammer commited on
Commit
faa4a93
·
1 Parent(s): 1097f2b

update app

Browse files
Files changed (1) hide show
  1. start.sh +4 -1
start.sh CHANGED
@@ -2,8 +2,11 @@
2
 
3
  set -e # exit on error
4
 
 
 
 
5
  echo "Load app config to env..."
6
- . config.env
7
 
8
  echo "Pull latest version..."
9
  if [ -d "potato" ] && [ -d "potato/.git" ]; then
 
2
 
3
  set -e # exit on error
4
 
5
+ echo "List /app files..."
6
+ ls -lht /app
7
+
8
  echo "Load app config to env..."
9
+ . /app/config.env
10
 
11
  echo "Pull latest version..."
12
  if [ -d "potato" ] && [ -d "potato/.git" ]; then