Skip to content

Commit

Permalink
Merge pull request #546 from ipfs-shipyard/script-permissions
Browse files Browse the repository at this point in the history
Fix permissions + exit on error
  • Loading branch information
hacdias authored Dec 17, 2017
2 parents dd3b109 + c2e703c commit 0eaca1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion postinst.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
chmod 755 /usr/lib/ipfs-station/resources/app/node_modules/go-ipfs-dep/go-ipfs/ipfs
#! /usr/bin/env bash
set -e
chmod 755 /usr/lib/ipfs-station/resources/app/node_modules/go-ipfs-dep/go-ipfs/ipfs
echo "Changed permissions correctly"

0 comments on commit 0eaca1b

Please sign in to comment.