Skip to content

Commit 5a6523b

Browse files
committed
fix invalid markdown code block syntax
1 parent 85d32ba commit 5a6523b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2012-01-10-plesk-adding-programs-to-a-chrooted-ssh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The final (rather simple) step involves updating any chrooted directories that h
6161

6262
This can also be done without the script:
6363

64-
``
64+
```
6565
/usr/local/psa/admin/sbin/chrootmng --remove --source=/var/www/vhosts/chroot --target=/var/www/vhosts/<domain name>
6666
/usr/local/psa/admin/sbin/chrootmng --create --source=/var/www/vhosts/chroot --target=/var/www/vhosts/<domain name>
6767
```
@@ -84,4 +84,4 @@ One cause of this occuring is due to the bin files for a chrooted directory not
8484
```
8585
/usr/local/psa/admin/sbin/chrootmng --remove --source=/var/www/vhosts/chroot --target=/var/www/vhosts/<domain name>
8686
/usr/local/psa/admin/sbin/chrootmng --create --source=/var/www/vhosts/chroot --target=/var/www/vhosts/<domain name>
87-
```
87+
```

0 commit comments

Comments
 (0)