Skip to content

Commit 8ea81f0

Browse files
committed
Remove help.sh from system scripts in install_scripts function
1 parent 1bfac74 commit 8ea81f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ install_scripts() {
277277
declare -A script_dirs=(
278278
[menu]="menu.sh slowdns-menu.sh"
279279
[ssh]="create-account.sh delete-account.sh edit-banner.sh edit-response.sh lock-unlock.sh renew-account.sh"
280-
[system]="change-domain.sh manage-services.sh system-info.sh clean-expired-accounts.sh setup-slowdns.sh slowdns-status.sh help.sh"
280+
[system]="change-domain.sh manage-services.sh system-info.sh clean-expired-accounts.sh setup-slowdns.sh slowdns-status.sh"
281281
)
282282
for dir in "${!script_dirs[@]}"; do
283283
for s in ${script_dirs[$dir]}; do

0 commit comments

Comments
 (0)