We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f146f0 commit 48b67d9Copy full SHA for 48b67d9
.templates/python/directoryfix.sh
@@ -4,7 +4,7 @@
4
5
if [ ! -d ./volumes/python/app ]; then
6
sudo mkdir -p ./volumes/python/app
7
- sudo chown -R pi:pi ./volumes/python
+ sudo chown -R $(whoami):$(whoami) ./volumes/python
8
echo 'print("hello world")' >./volumes/python/app/app.py
9
10
fi
0 commit comments