Initial commit (I feel unsafe)
This commit is contained in:
14
ghost_server-credentials copy.exp
Normal file
14
ghost_server-credentials copy.exp
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/expect
|
||||
|
||||
set email "<email_address>"
|
||||
set pw "<password>"
|
||||
|
||||
spawn ghost backup
|
||||
|
||||
expect "Ghost administrator email address"
|
||||
send "$email\r"
|
||||
|
||||
expect "Ghost administrator password"
|
||||
send "$pw\r"
|
||||
|
||||
expect eof
|
||||
Reference in New Issue
Block a user