Skip to content

Commit

Permalink
moment
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeZGD committed Jul 6, 2024
1 parent 1291e74 commit df82158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7377,7 +7377,7 @@ device_ssh() {
print "* For accessing data, note the following:"
print "* Host: sftp://127.0.0.1 | User: root | Password: <your password> (default is alpine) | Port: $ssh_port"
$ssh -p $ssh_port root@127.0.0.1
if [[ $! != 0 ]]; then
if [[ $? != 0 ]]; then
log "Failed to connect to SSH as root. Connecting to device SSH as mobile..."
print "* Host: sftp://127.0.0.1 | User: mobile | Password: <your password> | Port: $ssh_port"
$ssh -p $ssh_port mobile@127.0.0.1
Expand Down

0 comments on commit df82158

Please sign in to comment.