Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit e9fae03

Browse files
committed
ISSUE 105: Adds correct scmi path in usage instructions.
1 parent 245243b commit e9fae03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ $ docker run \
8686
--privileged \
8787
--volume /:/media/root \
8888
jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.7.1 \
89-
/sbin/scmi install \
89+
/usr/sbin/scmi install \
9090
--chroot=/media/root \
9191
--tag=centos-6-1.7.1 \
9292
--name=apache-php.pool-1.1.1
@@ -102,7 +102,7 @@ $ docker run \
102102
--privileged \
103103
--volume /:/media/root \
104104
jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.7.1 \
105-
/sbin/scmi uninstall \
105+
/usr/sbin/scmi uninstall \
106106
--chroot=/media/root \
107107
--tag=centos-6-1.7.1 \
108108
--name=apache-php.pool-1.1.1
@@ -118,7 +118,7 @@ $ docker run \
118118
--privileged \
119119
--volume /:/media/root \
120120
jdeathe/centos-ssh-apache-php-fcgi:centos-6-1.7.1 \
121-
/sbin/scmi install \
121+
/usr/sbin/scmi install \
122122
--chroot=/media/root \
123123
--tag=centos-6-1.7.1 \
124124
--name=apache-php.pool-1.1.1 \

0 commit comments

Comments
 (0)