From: Silvio Rhatto Date: Thu, 14 Jun 2018 01:16:53 +0000 (-0300) Subject: Minor fix X-Git-Tag: 0.1.0~219 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=af3c00d3caea9ef7939953b7d3d8b4a1dcbd7863;p=kvmx.git Minor fix --- diff --git a/kvmx-create b/kvmx-create index 9cc8c74..907b531 100755 --- a/kvmx-create +++ b/kvmx-create @@ -476,7 +476,7 @@ EOF fi # Initial user homedir - mkdir -p $WORK/home/$user + kvmx_sudo_run mkdir -p $WORK/home/$user #if [ "$ssh_support" == "y" ]; then if [ "$ssh_custom" == "y" ]; then