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