From d27f37799b3453f85c023690969fdde4ee7ee03b Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sun, 16 Sep 2018 09:00:36 +0200 Subject: [PATCH] Typo fixes --- scripts/install | 2 +- scripts/restore | 4 ++-- scripts/upgrade | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 88017cb..046c816 100755 --- a/scripts/install +++ b/scripts/install @@ -190,7 +190,7 @@ chown $app:root $final_path/conf/{local.php,local.php.bak,users.auth.php,acl.aut # See https://www.dokuwiki.org/devel:preload chown $app:root $final_path/inc/preload.php # Grant read-only to all files as files copied above are owned by root by defaut and nginx cannot read them -# There are only files in the folder and there is sublevels. No need to use "find" +# There are only files in the folder and there are no sublevels. No need to use "find" chmod -R a+r $final_path/conf chmod -R a+r $final_path/inc diff --git a/scripts/restore b/scripts/restore index 5649801..f8363c7 100755 --- a/scripts/restore +++ b/scripts/restore @@ -72,11 +72,11 @@ chown $app:root $final_path/inc # Do "DokuWiki" owner of configuration files that must be writable chown $app:root $final_path/conf/{local.php,local.php.bak,users.auth.php,acl.auth.php,plugins.local.php,plugins.local.php.bak} -# Usefull for some plugins like https://www.dokuwiki.org/plugin:siteexport +# Useful for some plugins like https://www.dokuwiki.org/plugin:siteexport # See https://www.dokuwiki.org/devel:preload chown $app:root $final_path/inc/preload.php # Grant read-only to all files as files copied above are owned by root by defaut and nginx cannot read them -# There are only files in the folder and there is sublevels. No need to use "find" +# There are only files in the folder and there are no sublevels. No need to use "find" chmod -R a+r $final_path/conf chmod -R a+r $final_path/inc diff --git a/scripts/upgrade b/scripts/upgrade index 88280c4..dd23203 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -262,7 +262,7 @@ chown $app:root $final_path/inc # Do "DokuWiki" owner of configuration files that must be writable chown $app:root $final_path/conf/{local.php,local.php.bak,users.auth.php,acl.auth.php,plugins.local.php,plugins.local.php.bak} -# Usefull for some plugins like https://www.dokuwiki.org/plugin:siteexport +# Useful for some plugins like https://www.dokuwiki.org/plugin:siteexport # See https://www.dokuwiki.org/devel:preload chown $app:root $final_path/inc/preload.php # Grant read-only to all files as files copied above are owned by root by defaut and nginx cannot read them