add / to explicitly state dir

This commit is contained in:
Mark O'Brien 2020-07-29 17:11:46 +01:00
parent b605aad542
commit e2e7f44095

View file

@ -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
```