This commit is contained in:
ahmadbilalkhalid 2019-09-02 17:58:13 +05:00
parent d8a5a809eb
commit 97ae253978
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ get_distro() {
}
setup_ssh() {
tput setaf 2; tput bold; echo "Setting up SSH"
tput setaf 2; tput bold; echo "Setting up SSH"; tput sgr0;
mkdir -p $(dirname $ssh_authorized_keys_path)
touch $ssh_authorized_keys_path