Skip to content

Commit 5f760a8

Browse files
committed
Remove unnecessary chmod
1 parent ad13050 commit 5f760a8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Scripts/Periphery/setup-and-run-periphery.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ update_and_run() {
1717
# Download the zip file
1818
curl -L "https://github.com/peripheryapp/periphery/releases/download/${PERIPHERY_VERSION}/periphery-${PERIPHERY_VERSION}.zip" -o "periphery.zip"
1919

20-
# Make sure the path is writable
21-
chmod u+w "$PERIPHERY_FOLDER_PATH"
22-
2320
# Create target directory if it doesn't exist
2421
mkdir -p "$PERIPHERY_FOLDER_PATH"
2522

0 commit comments

Comments
 (0)