Skip to content

Commit e4acde2

Browse files
update script paths in setup_env.sh for correct permissions
1 parent 60d580b commit e4acde2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.devcontainer/setup_env.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ git fetch
44
git pull
55

66
# provide execute permission to deploy scripts
7-
sudo chmod +x ./scripts/deploy.sh
8-
sudo chmod +x ./scripts/local_dev.sh
7+
sudo chmod +x ./content-gen/scripts/deploy.sh
8+
sudo chmod +x ./content-gen/scripts/local_dev.sh
9+
sudo chmod +x ./content-gen/scripts/deploy.ps1
10+
sudo chmod +x ./content-gen/scripts/local_dev.ps1

0 commit comments

Comments
 (0)