Skip to content

Commit

Permalink
fix: install_config_runner -> install_runner (#1479)
Browse files Browse the repository at this point in the history
* fix install_config_runner -> install_runner

* fixup! fix install_config_runner -> install_runner
  • Loading branch information
marekaf authored Dec 6, 2021
1 parent 060daac commit de5b93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ubuntu/templates/user-data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -68,4 +68,4 @@ echo PATH=/home/$USER_NAME/bin:$PATH >>.env

${post_install}

./svc.sh start
${start_runner}

0 comments on commit de5b93f

Please sign in to comment.