Commit 1bc8eaa6 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Fixed typo

parent f1a3f4a2
...@@ -2,7 +2,7 @@ all: ...@@ -2,7 +2,7 @@ all:
tar xf roundcubemail-1.4.8-complete.tar.gz -C /srv/www --strip-components=1 tar xf roundcubemail-1.4.8-complete.tar.gz -C /srv/www --strip-components=1
rm /srv/www/index.html rm /srv/www/index.html
install -v -Dm644 config.inc.php /srv/www/config install -v -Dm644 config.inc.php /srv/www/config
rm /srv/www/config/config.in.php.sample rm /srv/www/config/config.inc.php.sample
rm -rf /srv/www/installer rm -rf /srv/www/installer
install -v -m755 -o apache -g apache -d /var/lib/roundcube install -v -m755 -o apache -g apache -d /var/lib/roundcube
chown -v -R apache:apache /srv/www chown -v -R apache:apache /srv/www
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment