This commit is contained in:
hhftechnologies 2024-11-25 17:06:59 +05:30
parent 4517c5bdcb
commit a388f4d455
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
this_script_url="https://git.hhf.technology/hhf/script-management-cloudpanel/raw/branch/main/Testing/test.sh" this_script_url="https://git.hhf.technology/hhf/script-management-cloudpanel/raw/branch/main/Testing/test.sh"
this_script_name="Test Script" this_script_name="Test Script"
formatter_url="https://git.hhf.technology/hhf/TaskFormatter/raw/branch/main/bash_task_formatter/task_formatter.sh" formatter_url="https://git.hhf.technology/hhf/TaskFormatter/raw/branch/main/bash_task_formatter/formatter_new.sh"
scriptname=$0 scriptname=$0
# Initialize success flag # Initialize success flag

View file

@ -6,7 +6,7 @@
# Variables for URLs and script info # Variables for URLs and script info
this_script_url="https://git.hhf.technology/hhf/script-management-cloudpanel/raw/branch/main/master.sh" this_script_url="https://git.hhf.technology/hhf/script-management-cloudpanel/raw/branch/main/master.sh"
this_script_name="Script Management CloudPanel" this_script_name="Script Management CloudPanel"
formatter_url="https://git.hhf.technology/hhf/TaskFormatter/raw/branch/main/bash_task_formatter/task_formatter.sh" formatter_url="https://git.hhf.technology/hhf/TaskFormatter/raw/branch/main/bash_task_formatter/formatter_new.sh"
BRANCH="main" BRANCH="main"
forgejo_instance="git.hhf.technology" forgejo_instance="git.hhf.technology"
forgejo_owner="hhf" forgejo_owner="hhf"