diff --git a/lib/lemper-create.sh b/lib/lemper-create.sh index 0141fce..8078bed 100755 --- a/lib/lemper-create.sh +++ b/lib/lemper-create.sh @@ -3,7 +3,7 @@ # +-------------------------------------------------------------------------+ # | Lemper Create - Simple LEMP Virtual Host Generator | # +-------------------------------------------------------------------------+ -# | Copyright (c) 2014-2020 ESLabs (https://eslabs.id/lemper) | +# | Copyright (c) 2014-2021 MasEDI.Net (https://masedi.net/lemper | # +-------------------------------------------------------------------------+ # | This source file is subject to the GNU General Public License | # | that is bundled with this package in the file LICENSE.md. | @@ -142,7 +142,7 @@ Options: -p, --php-version PHP version for selected framework. Latest recommended PHP version is "7.4". -u, --username - Use username added from adduser/useradd. Default user set as lemper. Do not use root user!! + Use username added from adduseruseradd. Default user set as lemper. Do not use root user!! -w, --webroot Web root is an absolute path to the website root directory, i.e. /home/lemper/webapps/example.test. diff --git a/lib/lemper-db.sh b/lib/lemper-db.sh index d217f02..9bc2228 100755 --- a/lib/lemper-db.sh +++ b/lib/lemper-db.sh @@ -3,7 +3,7 @@ # +-------------------------------------------------------------------------+ # | Lemper Create - Simple LEMP Database Manager | # +-------------------------------------------------------------------------+ -# | Copyright (c) 2014-2020 ESLabs (https://eslabs.id/lemper) | +# | Copyright (c) 2014-2021 MasEDI.Net (https://masedi.net/lemper | # +-------------------------------------------------------------------------+ # | This source file is subject to the GNU General Public License | # | that is bundled with this package in the file LICENSE.md. | diff --git a/lib/lemper-manage.sh b/lib/lemper-manage.sh index c890ee2..05c3b0c 100755 --- a/lib/lemper-manage.sh +++ b/lib/lemper-manage.sh @@ -3,7 +3,7 @@ # +-------------------------------------------------------------------------+ # | Lemper manage - Simple LEMP Virtual Host Manager | # +-------------------------------------------------------------------------+ -# | Copyright (c) 2014-2020 ESLabs (https://eslabs.id/lemper) | +# | Copyright (c) 2014-2021 MasEDI.Net (https://masedi.net/lemper | # +-------------------------------------------------------------------------+ # | This source file is subject to the GNU General Public License | # | that is bundled with this package in the file LICENSE.md. |