Skip to content

Commit

Permalink
Merge pull request #127 from TheAxonLab/fix/hos-name-leak
Browse files Browse the repository at this point in the history
FIX: Stop leaking host name
  • Loading branch information
oesteban authored Aug 29, 2023
2 parents 86478b5 + 5a42d85 commit d3b26f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/data-collection/pre-session.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ Instructions of operations to be performed before the participant arrival, **bef
![syncbox](../assets/images/syncbox.png)
- [ ] Switch on *{{ secrets.hosts.psychopy | default("███") }}* and login with the username *{{ secrets.login.username_hos68752| default("███") }}* and password *{{ secrets.login.password_hos68752| default("███") }}*.
- [ ] Switch on *{{ secrets.hosts.psychopy | default("███") }}* and log-in with the username *{{ secrets.login.username_psychopy| default("███") }}* and password `{{ secrets.login.password_psychopy| default("*****") }}`.
- [ ] Connect to the ET to the *{{ secrets.hosts.psychopy | default("███") }}* laptop with the ethernet cable (blue color).
Expand Down Expand Up @@ -298,7 +298,7 @@ Instructions of operations to be performed before the participant arrival, **bef
!!! important "These commands are executed with `sudo`"
The console will prompt you for the common user password: `{{ secrets.login.password_hos68752 | default("****") }}`
The console will prompt you for the common user password: `{{ secrets.login.password_psychopy | default("*****") }}`
- [ ] Check that you can send trigger events manually:
- [ ] Enter the "Synchronization" menu by selecting it and pushing the enter button (●).
Expand Down
4 changes: 2 additions & 2 deletions docs/data-collection/preliminary.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ This block describes how to prepare a laptop with a running *Psychopy 3* install
```
git remote add upstream [email protected]:theaxonlab/HCPh-fMRI-tasks.git
```
- [ ] Log on *{{ secrets.hosts.psychopy | default("███") }}* with the username *{{ secrets.login.username_hos68752| default("███") }}* and password *{{ secrets.login.password_hos68752| default("███") }}*.
- [ ] Log on *{{ secrets.hosts.psychopy | default("███") }}* with the username *{{ secrets.login.username_psychopy| default("███") }}* and password `{{ secrets.login.password_psychopy| default("*****") }}`.
- [ ] Clone the [PsychoPy repository](https://github.com/psychopy/psychopy.git):
```
Expand Down Expand Up @@ -243,7 +243,7 @@ This block describes how to prepare a laptop with a running *Psychopy 3* install
#### Installing *EyeLink* (eye tracker software)
- [ ] Log on *{{ secrets.hosts.psychopy | default("███") }}* with the username *{{ secrets.login.username_hos68752 | default("███") }}* and password *{{ secrets.login.password_hos68752 | default("███") }}*.
- [ ] Log on *{{ secrets.hosts.psychopy | default("███") }}* with the username *{{ secrets.login.username_psychopy | default("███") }}* and password `{{ secrets.login.password_psychopy | default("*****") }}`.
- [ ] Enable Canonical's universe repository with the following command:
```
Expand Down

0 comments on commit d3b26f8

Please sign in to comment.