This commit is contained in:
Robin Kloppe 2024-04-30 21:00:24 +02:00
parent c5f72997f8
commit 1e2055ec9a

View file

@ -58,7 +58,7 @@ if [ $PASSPHRASE != "none" ]
then then
export PASSPHRASE export PASSPHRASE
else else
echo "Please set a passphrase in the skript" echo "Please set a passphrase in the script"
exit 1 exit 1
fi fi