fix: remove /bin/bash for executing commands/other scripts

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-05-12 21:16:45 +02:00
parent a311d2e194
commit e99de6097c
3 changed files with 4 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ function klipperscreen_setup(){
cd "${HOME}" && git clone "${KLIPPERSCREEN_REPO}"
ok_msg "Download complete!"
status_msg "Installing KlipperScreen ..."
/bin/bash "${KLIPPERSCREEN_DIR}/scripts/KlipperScreen-install.sh"
"${KLIPPERSCREEN_DIR}"/scripts/KlipperScreen-install.sh
ok_msg "KlipperScreen successfully installed!"
}