mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 08:47:49 +00:00
Removed a line that would exclude passwords with non-alnum characters.
This commit is contained in:
+1
-1
@@ -96,7 +96,7 @@ checksshkey() {
|
|||||||
|
|
||||||
checkpassword() {
|
checkpassword() {
|
||||||
### check to make sure a password for 'deck' was specified
|
### check to make sure a password for 'deck' was specified
|
||||||
if [[ "$1" == "" ]] || ! [[ "$1" =~ ^[[:alnum:]]+$ ]]; then
|
if [[ "$1" == "" ]]; then
|
||||||
printf "Remote deck user password was not provided, exiting.\n"
|
printf "Remote deck user password was not provided, exiting.\n"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user