removed " from salt command
This commit is contained in:
parent
188d150ce8
commit
fd8bfe7a03
@ -90,7 +90,7 @@ function do_salt_call(){
|
|||||||
if asktobreak;then
|
if asktobreak;then
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
"$salt" state.apply pillar="{username: $USER}"
|
$salt state.apply pillar="{username: $USER}"
|
||||||
}
|
}
|
||||||
|
|
||||||
setup_dotfiles
|
setup_dotfiles
|
||||||
|
Loading…
Reference in New Issue
Block a user