This commit is contained in:
Bob Mottram 2018-05-07 15:25:41 +01:00
parent e29bcb7e4a
commit 7b00e3f2d1
1 changed files with 1 additions and 1 deletions

View File

@ -536,7 +536,7 @@ fi
cp -r /etc/${PROJECT_NAME}/* $TEMPBUILD_DIR
rm -rf $TEMPBUILD_DIR/vendor
chown -R "$CURR_USER":"$CURR_USER" $TEMPBUILD_DIR
chown -R "$CURR_USER": $TEMPBUILD_DIR
cd $TEMPBUILD_DIR || exit 24729847
if [[ $MINIMAL_INSTALL == "yes" ]]; then