From edc883bce7ad4aee2a8f3a3c0291f466a7492411 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Bart=C3=ADk?= Date: Sat, 4 Dec 2021 19:19:43 +0100 Subject: [PATCH 1/2] fix install_config_runner -> install_runner --- examples/ubuntu/templates/user-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ubuntu/templates/user-data.sh b/examples/ubuntu/templates/user-data.sh index 02a11492f4..2098fbd56b 100644 --- a/examples/ubuntu/templates/user-data.sh +++ b/examples/ubuntu/templates/user-data.sh @@ -59,7 +59,7 @@ echo export PATH=/home/$USER_NAME/bin:$PATH >>/home/$USER_NAME/.profile loginctl enable-linger $USER_NAME su -l $USER_NAME -c "systemctl --user enable docker" -${install_config_runner} +${install_runner} # config runner for rootless docker cd /home/$USER_NAME/actions-runner/ From 2e0e5b9e245a65f796fc7a15b92109ee009b86a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Bart=C3=ADk?= Date: Mon, 6 Dec 2021 11:59:03 +0100 Subject: [PATCH 2/2] fixup! fix install_config_runner -> install_runner --- examples/ubuntu/templates/user-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ubuntu/templates/user-data.sh b/examples/ubuntu/templates/user-data.sh index 2098fbd56b..a556d9bf9d 100644 --- a/examples/ubuntu/templates/user-data.sh +++ b/examples/ubuntu/templates/user-data.sh @@ -68,4 +68,4 @@ echo PATH=/home/$USER_NAME/bin:$PATH >>.env ${post_install} -./svc.sh start +${start_runner}