From b5eca3bad9171497093465a68b7466742e1792f3 Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:21:09 +0300 Subject: [PATCH] Update script will upgrade epp correctly too --- docs/update103.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/update103.sh b/docs/update103.sh index a261eef..3efce0a 100644 --- a/docs/update103.sh +++ b/docs/update103.sh @@ -83,7 +83,7 @@ copy_files "/opt/registry103/whois/web" "/var/www/whois" #copy_files "/opt/registry103/das" "/opt/registry/das" #copy_files "/opt/registry103/whois/port43" "/opt/registry/whois/port43" #copy_files "/opt/registry103/rdap" "/opt/registry/rdap" -#copy_files "/opt/registry103/epp" "/opt/registry/epp" +copy_files "/opt/registry103/epp" "/opt/registry/epp" copy_files "/opt/registry103/docs" "/opt/registry/docs" # Path to the config.php file @@ -114,7 +114,7 @@ composer_update "/var/www/cp" #composer_update "/opt/registry/das" #composer_update "/opt/registry/whois/port43" #composer_update "/opt/registry/rdap" -#composer_update "/opt/registry/epp" +composer_update "/opt/registry/epp" # Start services echo "Starting services..."