mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 12:06:57 +00:00
Change move command to copy to prevent issues (#716)
Prevents issues when /runner and /runnertmp are in different devices Fixes #686
This commit is contained in:
@@ -50,7 +50,7 @@ if [ ! -d /runner ]; then
|
||||
fi
|
||||
|
||||
sudo chown -R runner:docker /runner
|
||||
mv /runnertmp/* /runner/
|
||||
cp -r /runnertmp/* /runner/
|
||||
|
||||
cd /runner
|
||||
|
||||
|
||||
Reference in New Issue
Block a user