aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-09-11 08:00:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-09-11 08:00:29 -0300
commit87ef5553ade851ed8c6dfad2a85db7a88d03d1fb (patch)
tree48524c5ecaa64a95711090bfe2920fd39ed75c35 /share
parentf60afb897bae0afa200312ef2ce8858caf0593e0 (diff)
downloadkvmx-87ef5553ade851ed8c6dfad2a85db7a88d03d1fb.tar.gz
kvmx-87ef5553ade851ed8c6dfad2a85db7a88d03d1fb.tar.bz2
Provision: development: work for any user name
Diffstat (limited to 'share')
-rwxr-xr-xshare/provision/development2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/provision/development b/share/provision/development
index 55035e6..c3e06df 100755
--- a/share/provision/development
+++ b/share/provision/development
@@ -50,7 +50,7 @@ apps/metadot/metadot deps-bundle development
# Set user shell
if [ -x "/bin/zsh" ]; then
- sudo chsh -s /bin/zsh user
+ sudo chsh -s /bin/zsh `whoami`
fi
# Install hydra system-wide