Skip to content

Commit

Permalink
sgx: add alias in path
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz committed Aug 21, 2024
1 parent 075e9e5 commit c9bac60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/tasks/sgx_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
shell: "echo 'export FAASM_WASM_VM=sgx' >> /home/{{ ansible_user }}/.bash_aliases"

- name: "Set WASM VM env. variable to SGX"
shell: "echo 'export PATH=$PATH:/home/{{ ansible_user }}/.local/bin' >> /home/{{ ansible_user }}/.bash_aliases"
shell: "echo 'export PATH=$PATH:/home/{{ ansible_user }}/.local/bin' >> /home/{{ ansible_user }}/.bashrc"

0 comments on commit c9bac60

Please sign in to comment.