From 6043150d0a5e26bc5d51ce993b17c66be7e52e2b Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Fri, 7 Apr 2017 04:53:16 +0200 Subject: [PATCH] dat linesep --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index b2373a0..e88e626 100644 --- a/run.sh +++ b/run.sh @@ -10,5 +10,5 @@ if [ -f "/vagrant/build.sh" ]; then fi if [ -f "/vagrant/build_as_vagrant.sh" ]; then - su - vagrant -c 'bash /vagrant/build_as_vagrant.sh' + su vagrant -c 'bash /vagrant/build_as_vagrant.sh' fi -- GitLab