From 9da77a0a9b4665d87b4c5d1610bbecf649ff9c83 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 24 Jun 2023 22:37:02 +0800 Subject: [PATCH] up --- scripts/install.sh | 1 - scripts/install_dev.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index 9d470bca5..00c72f000 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -106,7 +106,6 @@ if [ $OSNAME != "macos" ];then tar xvzf /tmp/acme.tar.gz -C /tmp cd /tmp/acme.sh-master bash acme.sh install - cd - fi if [ ! -d /root/.acme.sh ];then diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index 8455b0c48..26ad3e800 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -106,7 +106,6 @@ if [ $OSNAME != "macos" ];then tar xvzf /tmp/acme.tar.gz -C /tmp cd /tmp/acme.sh-master bash acme.sh install - cd - fi if [ ! -d /root/.acme.sh ];then