remove second sepurator when borg repo not found

This commit is contained in:
2022-07-01 19:29:38 +02:00
parent 0e5b860b38
commit bca8e302d2
-1
View File
@@ -26,7 +26,6 @@ function find_borg_repo {
if [ -z "$repo_list" ]; then if [ -z "$repo_list" ]; then
sepurator sepurator
echo "* Can not find borg repository" echo "* Can not find borg repository"
sepurator
else else
sepurator sepurator
echo "* Select borg repository" echo "* Select borg repository"