Skip to content

Commit

Permalink
Merge pull request #154 from Stratus3D/dont-change-permissions
Browse files Browse the repository at this point in the history
Don't change the permissions on files in a plugin's bin directory.
  • Loading branch information
Stratus3D authored Feb 13, 2017
2 parents 15165f2 + e924fcd commit 53276c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/commands/plugin-add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ plugin_add_command() {
exit 1
else
git clone $source_url $plugin_path
if [ $? -eq 0 ]; then
chmod +x $plugin_path/bin/*
else
if [ ! $? -eq 0 ]; then
exit 1
fi
fi
Expand Down

0 comments on commit 53276c1

Please sign in to comment.