Skip to content

Commit

Permalink
no error if systemplate dir is existing
Browse files Browse the repository at this point in the history
Change-Id: I10aba648688ba92150efa41449190a3ba425f03c
Reviewed-on: https://gerrit.libreoffice.org/42663
Reviewed-by: Andras Timar <[email protected]>
Tested-by: Andras Timar <[email protected]>
  • Loading branch information
timar committed Sep 22, 2017
1 parent e45d05f commit 017f82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loolwsd-systemplate-setup
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INSTDIR=$2

test -d "$INSTDIR" || { echo "No such directory: $INSTDIR"; exit 1; }

mkdir $CHROOT || exit 1
mkdir -p $CHROOT || exit 1

CHROOT=`cd $CHROOT && /bin/pwd`
INSTDIR=`cd $INSTDIR && /bin/pwd`
Expand Down

0 comments on commit 017f82a

Please sign in to comment.