2 Commits 356293625f ... fe5971e804

Autore SHA1 Messaggio Data
  Sandee Lovas fe5971e804 Adding deploy & commit scripts 6 mesi fa
  Sandee Lovas 356293625f Adding deploy & commit scripts 6 mesi fa
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      commit-changes.sh

+ 2 - 1
commit-changes.sh

@@ -16,7 +16,8 @@ git commit -m "${message?}"
 
 
 printf "\n\n\n"
 printf "\n\n\n"
 echo "Saving changes to remote repository."
 echo "Saving changes to remote repository."
-echo "In the prompt, enter the username & password from Bitwarden for 'git.home.tarka.ca'"
+echo
+echo "If a prompt appears, enter the username & password from Bitwarden for 'git.home.tarka.ca'"
 echo
 echo
 read -n 1 -p "Press any key to continue, or <CTRL + C> to cancel"
 read -n 1 -p "Press any key to continue, or <CTRL + C> to cancel"