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.
cleanup.sh
1 parent bfafdf2 commit 8c8682dCopy full SHA for 8c8682d
cleanup.sh
@@ -10,4 +10,4 @@ echo "Reading permissions from $_tmp_file"
10
PERM=$(stat -c "%u:%g" "${INPUT_PROJECTBASEDIR%/}/$_tmp_file")
11
12
echo "Applying permissions $PERM to all files in the project base directory"
13
-chown -R $PERM "${INPUT_PROJECTBASEDIR%/}/"
+chown -R "$PERM" "${INPUT_PROJECTBASEDIR%/}/"
0 commit comments