Spaces:
Sleeping
Sleeping
MVPilgrim
commited on
Commit
·
543acbd
1
Parent(s):
39996db
debug
Browse files- startup.sh +2 -0
startup.sh
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
#! /bin/bash
|
| 2 |
|
|
|
|
|
|
|
| 3 |
echo "#### startup.sh entered."
|
| 4 |
|
| 5 |
if [ -z "$1" ]; then
|
|
|
|
| 1 |
#! /bin/bash
|
| 2 |
|
| 3 |
+
exec &> /app/startup.log
|
| 4 |
+
|
| 5 |
echo "#### startup.sh entered."
|
| 6 |
|
| 7 |
if [ -z "$1" ]; then
|