Skip to content

Commit 57abaf0

Browse files
committed
Merge pull request #11 from n2studio/patch-2
Update gen002140.sh
2 parents 206f8c2 + b8fdd5c commit 57abaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cat2/gen002140.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ for CURSHELL in `awk -F':' '{print $7}' /etc/passwd | sort | uniq`;do
6161
done
6262

6363
# remove any that don't belong
64-
for BADSHELL in '/usr/bin/false /bin/false /dev/null /sbin/nologin /bin/sync /sbin/halt /sbin/shutdown sdshell'; do
64+
for BADSHELL in /usr/bin/false /bin/false /dev/null /sbin/nologin /bin/sync /sbin/halt /sbin/shutdown sdshell; do
6565

6666
grep "$BADSHELL" /etc/shells > /dev/null
6767
if [ $? -eq 0 ]; then

0 commit comments

Comments
 (0)