Skip to content

Commit

Permalink
alist重置密码问题
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejun committed Sep 30, 2024
1 parent 2e1f7aa commit 3ca69d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1679,7 +1679,7 @@ resetAdminPass(){
webpath="${installpath}/domains/$domain/public_html/"

cd $webpath
output=$(./alist admin random)
output=$(./alist admin random 2>&1)
extract_user_and_password "$output"
}

Expand Down

0 comments on commit 3ca69d4

Please sign in to comment.