Skip to content

Commit

Permalink
few missing lower "h"'s
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Jul 18, 2022
1 parent e14460a commit b583bee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion core/Initializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ def initProjectAlice(self) -> bool: # NOSONAR
import yaml

try:
confPath = Path(f'/home/{getpass.getuser()}/.config/hermesLedControl/configuration.yml')
confPath = Path(f'/home/{getpass.getuser()}/.config/HermesLedControl/configuration.yml')
confPath.parent.mkdir(parents=True, exist_ok=True)
confPath.touch(exist_ok=True)
confPath.write_text(yaml.safe_dump(hlcConfig))
Expand Down
2 changes: 1 addition & 1 deletion system/scripts/audioHardware/matrix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ apt-get update -y
apt-get install -y matrixio-creator-init libmatrixio-creator-hal libmatrixio-creator-hal-dev

sudo -u "$(logname)" bash <<EOF
/home/pi/hermesLedControl/venv/bin/pip3 --no-cache-dir install matrix-lite
/home/pi/HermesLedControl/venv/bin/pip3 --no-cache-dir install matrix-lite
EOF
6 changes: 3 additions & 3 deletions system/scripts/audioHardware/respeaker7MicArray.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#

sudo -u pi bash <<EOF
/home/pi/hermesLedControl/venv/bin/pip3 uninstall -y gpiozero
/home/pi/hermesLedControl/venv/bin/pip3 uninstall -y RPi.GPIO
/home/pi/hermesLedControl/venv/bin/pip3 --no-cache-dir install respeaker
/home/pi/HermesLedControl/venv/bin/pip3 uninstall -y gpiozero
/home/pi/HermesLedControl/venv/bin/pip3 uninstall -y RPi.GPIO
/home/pi/HermesLedControl/venv/bin/pip3 --no-cache-dir install respeaker
EOF

0 comments on commit b583bee

Please sign in to comment.