Skip to content

Commit

Permalink
feat: chmod INTEROP_FILE for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mykeels committed Jan 23, 2019
1 parent 87d255d commit 6ac929e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions slack-theme
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ then
chmod 755 "$DIR/slack-theme"
chmod 755 "$DIR/slack-day"
chmod 755 "$DIR/slack-night"
if [ "$(uname)" == "Linux" ]
then
chmod 666 $INTEROP_FILE
fi
if [ -z "$(cat $SLACK_THEME_SHELL_PROFILE | grep "PATH=\$PATH:$PWD")" ]
then
if [ ! -f "$SLACK_THEME_SHELL_PROFILE" ]; then
Expand Down

0 comments on commit 6ac929e

Please sign in to comment.