fixed typo
parent
377b94b1f8
commit
818f24503a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue