From 6e1746cd85b1c5cfec3167a7e684aaf0ee221d5e Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Mon, 19 Jul 2021 00:04:13 +0700 Subject: [PATCH] Update license info --- bin/lemper-cli.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/lemper-cli.sh b/bin/lemper-cli.sh index 867bf8e..c5253e7 100644 --- a/bin/lemper-cli.sh +++ b/bin/lemper-cli.sh @@ -1,25 +1,25 @@ -#!/bin/bash +#!/usr/bin/env bash # +-------------------------------------------------------------------------+ # | Lemper CLI - Simple LEMP Stack Manager | # +-------------------------------------------------------------------------+ -# | Copyright (c) 2014-2019 ESLabs (https://eslabs.id/ngxtool) | +# | 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. | # | | # | If you did not receive a copy of the license and are unable to | # | obtain it through the world-wide-web, please send an email | -# | to license@eslabs.id so we can send you a copy immediately. | +# | to license@lemper.cloud so we can send you a copy immediately. | # +-------------------------------------------------------------------------+ -# | Authors: Edi Septriyanto | +# | Authors: Edi Septriyanto | # +-------------------------------------------------------------------------+ set -e # Version control. APP_NAME=$(basename "$0") -APP_VERSION="1.3.0" +APP_VERSION="3.0.1" # May need to run this as sudo! if [ "$(id -u)" -ne 0 ]; then