From 7a880d563f82ac0c413fd528e190bbff50569045 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 7 Feb 2025 23:48:30 -0800 Subject: [PATCH] Add _create_plugin_scripts to _update_raspap() --- installers/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installers/common.sh b/installers/common.sh index d2e2f69f..f884ad73 100755 --- a/installers/common.sh +++ b/installers/common.sh @@ -75,6 +75,7 @@ function _update_raspap() { _download_latest_files _change_file_ownership _patch_system_files + _create_plugin_scripts _install_complete }