aboutsummaryrefslogtreecommitdiff
path: root/chownme
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-03-30 09:34:14 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-03-30 09:34:14 -0300
commit1af0f9ae6162ee414af1b97e0c665c641e3e6cb5 (patch)
tree129d9b51140a10d3bd5f2a89c9909746a49d194d /chownme
parent56d76c4f16d52617d5a5c576cddd6e7d2c0b7f36 (diff)
downloadscripts-1af0f9ae6162ee414af1b97e0c665c641e3e6cb5.tar.gz
scripts-1af0f9ae6162ee414af1b97e0c665c641e3e6cb5.tar.bz2
Sudo for chownme
Diffstat (limited to 'chownme')
-rwxr-xr-xchownme2
1 files changed, 1 insertions, 1 deletions
diff --git a/chownme b/chownme
index da2bcb8..4a37e90 100755
--- a/chownme
+++ b/chownme
@@ -15,4 +15,4 @@ if [ -z "$1" ]; then
fi
# Proceed
-chown -R $ME. "$DEST"
+sudo chown -R $ME. "$DEST"