App aus Dateinamen entfernt

This commit is contained in:
2025-06-03 23:13:07 +02:00
parent a9203e515d
commit 17f2c9d9d1
17 changed files with 62 additions and 61 deletions

View File

@@ -15,7 +15,7 @@ if [ $rc -eq 0 ] ; then
minor=$(date +'%m')
progpfad="opt/xxx/"
apppfad="app/lib/XxxApp.pm"
apppfad="app/lib/Xxx.pm"
workdir=/tmp/$USER_$(pwd | sed 's/^.*\///')
rm -Rf "${workdir:?}/*"
mkdir -p "$workdir"