Debug install script

This commit is contained in:
2024-07-12 12:31:26 +02:00
parent 322d33451b
commit 7e15fbad29
4 changed files with 14 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -e
_BASENAME=$(basename "$0")
cd "$(dirname "$0")" || _die "Error when changing directory"