Spaces:
Running
Running
MVPilgrim
commited on
Commit
·
66f9d68
1
Parent(s):
510c993
debug
Browse files- startup.sh +2 -0
startup.sh
CHANGED
@@ -8,6 +8,8 @@
|
|
8 |
exec &> /app/startup.log
|
9 |
|
10 |
echo "#### startup.sh entered."
|
|
|
|
|
11 |
# Is startup.sh already running?
|
12 |
cnt=$(ps -ef | grep -i startup.sh | wc -l)
|
13 |
if [ $cnt -gt 1 ];then
|
|
|
8 |
exec &> /app/startup.log
|
9 |
|
10 |
echo "#### startup.sh entered."
|
11 |
+
ps -ef
|
12 |
+
|
13 |
# Is startup.sh already running?
|
14 |
cnt=$(ps -ef | grep -i startup.sh | wc -l)
|
15 |
if [ $cnt -gt 1 ];then
|