Skip to content

Commit 83d997a

Browse files
committed
feat: fix echo command formatting in SSH timeout script for consistency
1 parent 888cfbf commit 83d997a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/system/ssh_timeout.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ echo ' - Current session needs to logout and login again'
114114
echo ' - Test: open new SSH, do nothing for 5 minutes'
115115
echo ''
116116
echo '🔍 Verify:'
117-
echo ' echo \$TMOUT # Should show 300'
117+
echo " echo \$TMOUT # Should show 300"
118118
echo ' grep TMOUT /etc/profile.d/ssh-timeout.sh # For bash'
119119
echo ' grep TMOUT /etc/zsh/zshenv # For zsh'

0 commit comments

Comments
 (0)