Switch script-header to bash

This commit is contained in:
Ruakij 2022-11-23 20:03:37 +01:00
parent d6b3f93d72
commit a5ef65e47f
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
scriptPath_file=$(dirname "${BASH_SOURCE[0]}") scriptPath_file=$(dirname "${BASH_SOURCE[0]}")
scriptPath_folder=$(realpath "${scriptPath_file}") scriptPath_folder=$(realpath "${scriptPath_file}")

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# --- VARIABLES --- # --- VARIABLES ---
# Load variables # Load variables