6 lines
204 B
Bash
6 lines
204 B
Bash
#!/bin/bash
|
|
RunCmd=CreoleRun
|
|
|
|
container_path_web=$(CreoleGet container_path_web non)
|
|
chmod +x $container_path_web/usr/share/envole/docker/envole.sh
|
|
$RunCmd "cd /usr/share/envole/docker && ./envole.sh" web |