Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 committed Jan 21, 2019
1 parent 51d51d2 commit 78e6c0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/keys-backup
Expand Up @@ -664,7 +664,7 @@ elif [ "$typed" == "3" ]; then
deploykeys
keymenu; fi
elif [ "$typed" == "4" ]; then
bash /opt/pgclone/pgclone/emails.sh && echo
bash /opt/pgclone/emails.sh && echo
read -p '↘️ Confirm Info | Press [ENTER]: ' typed < /dev/tty
keymenu
elif [[ "$typed" == "Z" || "$typed" == "z" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion functions/keys.sh
Expand Up @@ -670,7 +670,7 @@ elif [ "$typed" == "3" ]; then
deploykeys
keymenu; fi
elif [ "$typed" == "4" ]; then
bash /opt/pgclone/pgclone/emails.sh && echo
bash /opt/pgclone/emails.sh && echo
read -p '↘️ Confirm Info | Press [ENTER]: ' typed < /dev/tty
keymenu
elif [[ "$typed" == "Z" || "$typed" == "z" ]]; then
Expand Down

0 comments on commit 78e6c0f

Please sign in to comment.