Skip to content

Commit 7f261c1

Browse files
author
Alberto Iannaccone
authored
change terminateProcess.sh permissions to 755
1 parent 5382501 commit 7f261c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: configs/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config = {
4141
buildFiles: [
4242
{
4343
path: path.resolve(__dirname, '..', 'dist', 'terminateProcess.sh'),
44-
fileMode: '555'
44+
fileMode: '755'
4545
}
4646
]
4747
})

0 commit comments

Comments
 (0)