mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-19 00:06:45 +00:00
set chmod -R 777 /opt
This commit is contained in:
11
images/linux/scripts/installers/post-deployment.sh
Normal file
11
images/linux/scripts/installers/post-deployment.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
################################################################################
|
||||
## File: post-deployment.sh
|
||||
## Desc: Post deployment actions
|
||||
################################################################################
|
||||
|
||||
# set chmod -R 777 /opt
|
||||
if [[ -d "/opt" ]]; then
|
||||
echo "chmod -R 777 /opt"
|
||||
chmod -R 777 /opt
|
||||
fi
|
||||
Reference in New Issue
Block a user