diff options
Diffstat (limited to 'vio/docker/instance-run.sh')
-rwxr-xr-x | vio/docker/instance-run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/docker/instance-run.sh b/vio/docker/instance-run.sh index 6ae160b..ca3437a 100755 --- a/vio/docker/instance-run.sh +++ b/vio/docker/instance-run.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -service redis-server start +# service redis-server start cd ./vio ./run.sh |