Skip to content

Commit

Permalink
Update kcpassword to use python3, error on failure in enable_autologin
Browse files Browse the repository at this point in the history
  • Loading branch information
milch committed Jun 1, 2022
1 parent 7d369f3 commit 420e0da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enable_autologin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -e

function usage() {
echo "$0 <username> <password>"
Expand Down
2 changes: 1 addition & 1 deletion kcpassword
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# Port of Gavin Brock's Perl kcpassword generator to Python, by Tom Taylor
# <[email protected]>.
Expand Down

0 comments on commit 420e0da

Please sign in to comment.