MVPilgrim commited on
Commit
86573da
·
1 Parent(s): 6ccc791
Files changed (1) hide show
  1. startup.sh +1 -1
startup.sh CHANGED
@@ -1,7 +1,7 @@
1
  #! /bin/bash
2
 
3
  echo "#### startup.sh entered."
4
- echo "### find streamlit "; find / streamlit
5
  echo "### pwd "; pwd
6
  echo "### df -h"; df -h
7
  echo "### ls -al /app"; ls -al /app
 
1
  #! /bin/bash
2
 
3
  echo "#### startup.sh entered."
4
+ echo "### find streamlit "; find / | grep -i streamlit
5
  echo "### pwd "; pwd
6
  echo "### df -h"; df -h
7
  echo "### ls -al /app"; ls -al /app