fixed typo

main
Andre Challier 2024-03-27 15:49:44 +01:00
parent 377b94b1f8
commit 818f24503a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ else
fi
# Copy programm public key
if [ ! -f "$path_programm_publ" ];
if [ ! -f "$path_programm_pub" ];
then
echo "Error: repository public key $path_programm_pub does not exist"
else