This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/bullseye-fvwm in repository live-build-x2go. commit ba2b2471db6cd047a49cf7c96085adc4f090eda1 Author: Juri Grabowski <git-commit@jugra.de> Date: Mon Jan 25 14:56:33 2021 +0100 mkdir recursiv --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 023f1bd..b481d99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ branches: script: - export DIR=/srv/live-build-x2go-`date +"%Y%m%d%H%M%S"` - - sudo mkdir $DIR /var/www/html + - sudo mkdir -p $DIR /var/www/html - echo $DIR - cd $DIR - pwd -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git