add / to explicitly state dir
This commit is contained in:
parent
b605aad542
commit
e2e7f44095
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ This appears as a text box at the bottom of the `Configure Instance` step when l
|
|||
|
||||
```
|
||||
#!/bin/bash
|
||||
cat home/fedora/.ssh/authorized_keys > /root/.ssh/authorized_keys
|
||||
cat /home/fedora/.ssh/authorized_keys > /root/.ssh/authorized_keys
|
||||
userdel -r fedora
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue