Spaces:
Runtime error
Runtime error
updated dockerfile
Browse files
setup.sh
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# !/bin/bash
|
| 2 |
-
|
| 3 |
#mysql has to be started this way as it doesn't work to call from /etc/init.d
|
| 4 |
/usr/bin/mysqld_safe &
|
| 5 |
sleep 10s
|
|
|
|
| 1 |
# !/bin/bash
|
| 2 |
+
su
|
| 3 |
#mysql has to be started this way as it doesn't work to call from /etc/init.d
|
| 4 |
/usr/bin/mysqld_safe &
|
| 5 |
sleep 10s
|