mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[enh] use 'root' user after ssh authentication. (#35)
This commit is contained in:
parent
0f9812d66d
commit
896e6a1e5c
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -194,7 +194,7 @@ VERSION as stable, testing or unstable /!\ "
|
|||
echo ""
|
||||
|
||||
# Log into the VM
|
||||
vagrant ssh $VMNAME
|
||||
vagrant ssh $VMNAME -c "sudo -i"
|
||||
|
||||
|
||||
#####################
|
||||
|
|
Loading…
Add table
Reference in a new issue