Skip to content

Commit 35c7d98

Browse files
committed
tiny reorganization
1 parent d8901f3 commit 35c7d98

10 files changed

+981
-7
lines changed

installer.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ run_cmd() {
5858
}
5959

6060
# Define templates
61-
LOG_RUNNER_TEMPLATE="rules/flipper-runners.logrotate.template"
62-
UDEV_TEMPLATE="rules/99-udev-flipper-zero.rules.template"
63-
BINDER_TEMPLATE="services/[email protected]"
64-
UNBINDER_TEMPLATE="services/[email protected]"
65-
SERVICE_TEMPLATE="services/github-runner-flip.service.template"
61+
LOG_RUNNER_TEMPLATE="templates/flipper-runners.logrotate.template"
62+
UDEV_TEMPLATE="templates/99-udev-flipper-zero.rules.template"
63+
BINDER_TEMPLATE="templates/[email protected]"
64+
UNBINDER_TEMPLATE="templates/[email protected]"
65+
SERVICE_TEMPLATE="templates/github-runner-flip.service.template"
6666

6767
# Define installation paths.
6868
BASE_DIR="/opt/flipper-runner"

monitor-installer.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ WRAPPER_SCRIPT="/usr/local/bin/flipper-monitor-wrapper.sh"
4848
LOGROTATE_FILE="/etc/logrotate.d/github-runner-metrics"
4949
# Define templates
5050
WRAPPER_TEMPLATE="services/flipper-monitor-wrapper.sh"
51-
SERVICE_TEMPLATE="services/github-runner-monitor.service.template"
51+
SERVICE_TEMPLATE="templates/github-runner-monitor.service.template"
5252
MONITOR_SCRIPT_FILE="scripts/github-runner-monitor.py"
53-
LOGROTATE_TEMPLATE="services/github-runner-metrics.logrotate.template"
53+
LOGROTATE_TEMPLATE="templates/github-runner-metrics.logrotate.template"
5454

5555
# Create installation directory
5656
echo "Creating installation directory..."

0 commit comments

Comments
 (0)