chore(style): add shebang, set bash strict mode, create function
[webi-installers/.git] / ssh-utils / install.sh
index 4b47f9ac47d0ba9a19898dc28c3c033e5dd2f8c8..3209547007c90e1236c5d6e13641de60520eaedb 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-function __init_ssh_utils() {
+function __install_ssh_utils() {
     rm -f \
         "$HOME/.local/bin/ssh-pubkey" \
         "$HOME/.local/bin/ssh-setpass" \
@@ -20,4 +20,4 @@ function __init_ssh_utils() {
     chmod a+x "$HOME/.local/bin/ssh-"*
 }
 
-__init_ssh_utils
+__install_ssh_utils