Bob Mottram 7 years ago
parent
commit
7b00e3f2d1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-image

+ 1
- 1
src/freedombone-image View File

536
 
536
 
537
 cp -r /etc/${PROJECT_NAME}/* $TEMPBUILD_DIR
537
 cp -r /etc/${PROJECT_NAME}/* $TEMPBUILD_DIR
538
 rm -rf $TEMPBUILD_DIR/vendor
538
 rm -rf $TEMPBUILD_DIR/vendor
539
-chown -R "$CURR_USER":"$CURR_USER" $TEMPBUILD_DIR
539
+chown -R "$CURR_USER": $TEMPBUILD_DIR
540
 cd $TEMPBUILD_DIR || exit 24729847
540
 cd $TEMPBUILD_DIR || exit 24729847
541
 
541
 
542
 if [[ $MINIMAL_INSTALL == "yes" ]]; then
542
 if [[ $MINIMAL_INSTALL == "yes" ]]; then