removed " from salt command

This commit is contained in:
Jonas Forsberg 2020-08-02 09:53:52 +02:00
parent 188d150ce8
commit fd8bfe7a03
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -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