Skip to content

Commit e72b618

Browse files
Fix algo salt
1 parent d4872c0 commit e72b618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sed-shadow-to-user-algo-salt-crypt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sed -n 's/^\([^:]\+\):\$\([^\$]\+\)\$\([^\$]\+\)\$\([^:]\+\):.*/\1 \2 \3 \4/p'
1+
sed -n 's/^\([^:]\+\):\(\$[^\$]\+\$[^\$]\+\$\)\([^:]\+\):.*/\1 \2 \3/p'

0 commit comments

Comments
 (0)