mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
transfer.sh: drop recursive chown
This shouldn't be needed now that we're not copying files via a USB stick.
This commit is contained in:
parent
3f5af54465
commit
e443b9afdb
@ -175,11 +175,6 @@ case "${CMD}" in
|
|||||||
if [[ -z "${BASEDIR}" ]]; then
|
if [[ -z "${BASEDIR}" ]]; then
|
||||||
usage
|
usage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -d "${BASEDIR}" && ! -O "${BASEDIR}" ]]; then
|
|
||||||
echo "Fixing ownership of ${BASEDIR}..."
|
|
||||||
sudo chown -R "${USER}" "${BASEDIR}"
|
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user