]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Minor fix
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Jun 2018 01:16:53 +0000 (22:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 14 Jun 2018 01:16:53 +0000 (22:16 -0300)
kvmx-create

index 9cc8c748667009b2136fa167416146ec0503277a..907b5312efc579a4703f1fa61a2102303d2252f7 100755 (executable)
@@ -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