fix chown

This commit is contained in:
Bob Mottram 2018-05-07 15:40:12 +01:00
parent b7e2eb4b43
commit c9dbf860fc
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ do
# shellcheck disable=SC2086
mv build/${PROJECT_NAME}*.${im} ${CURR_DIR}/
# shellcheck disable=SC2086
sudo chown "${CURR_USER}":"${CURR_USER}" ${CURR_DIR}/*.${im}
sudo chown "${CURR_USER}": ${CURR_DIR}/*.${im}
fi
done