Fixes in incus
This commit is contained in:
parent
c02c64883b
commit
376c9f652c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ run_command() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if [ $USER=='root' ]; then
|
if [ "$USER" = 'root' ]; then
|
||||||
|
|
||||||
die "Ejecuta este script como usuario normal con acceso a sudo y no root"
|
die "Ejecuta este script como usuario normal con acceso a sudo y no root"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue