src/usr/bin/url-shortener aktualisiert

no shifting - reading
This commit is contained in:
2025-12-28 08:33:42 +01:00
parent 3fbe9ae8d9
commit 5471dc864f

View File

@@ -1,11 +1,7 @@
#!/bin/bash
. /etc/url-shortener/conf.sh
action=$1
shift
hostname=$1
shift
read -r action hostname HASH <<< "${@}"
base=${URL_SHORTENER_CACHE_BASE}/$hostname
HASH=$1
set -e