Fixed ^? to ^\?, need to escape that for csh
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
tset -Q \?$TERM
|
||||
stty crt erase ^?
|
||||
stty crt erase ^\?
|
||||
umask 2
|
||||
echo "Don't login as root, use su"
|
||||
|
||||
Reference in New Issue
Block a user