Move shareable to share.

This commit is contained in:
Sebastian Bugge 2025-08-04 16:25:06 +02:00
parent b9d8ef023d
commit 47d64e6f78
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -9,6 +9,6 @@ if [ -z "$password" ]; then
echo
fi
u2c -a "$password" https://files.kaholaz.net/pub "$1" >/dev/null
u2c -a "$password" https://files.kaholaz.net/share "$1" >/dev/null
filename="${1##*/}"
echo "https://files.kaholaz.net/pub/$filename"
echo "https://files.kaholaz.net/share/$filename"