From de5b93fe96d08595490f78ca84b354c9d6532ffa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Bart=C3=ADk?= <16442967+marekaf@users.noreply.github.com> Date: Mon, 6 Dec 2021 12:13:51 +0100 Subject: [PATCH] fix: install_config_runner -> install_runner (#1479) * fix install_config_runner -> install_runner * fixup! fix install_config_runner -> install_runner --- examples/ubuntu/templates/user-data.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ubuntu/templates/user-data.sh b/examples/ubuntu/templates/user-data.sh index 02a11492f4..a556d9bf9d 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/ @@ -68,4 +68,4 @@ echo PATH=/home/$USER_NAME/bin:$PATH >>.env ${post_install} -./svc.sh start +${start_runner}