diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 22:16:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 22:16:53 -0300 |
commit | af3c00d3caea9ef7939953b7d3d8b4a1dcbd7863 (patch) | |
tree | d396c7bb3e666d85171b1406234f8d6e4afa62af | |
parent | e3ebc9acb84d612132636c944b1ea60e324b29d0 (diff) | |
download | kvmx-af3c00d3caea9ef7939953b7d3d8b4a1dcbd7863.tar.gz kvmx-af3c00d3caea9ef7939953b7d3d8b4a1dcbd7863.tar.bz2 |
Minor fix
-rwxr-xr-x | kvmx-create | 2 |
1 files changed, 1 insertions, 1 deletions
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 |