Skip to content

Commit

Permalink
Removed unused chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Doyle committed Mar 8, 2018
1 parent 3f695ea commit 41898a6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/install
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ echo "Installing requirements.."
pip3 install --upgrade setuptools
pip3 install -r ../requirements.txt

# Make executable
chmod +x panoptes.py

# If the directory does not exist make it
if [ ! -d /var/log/panoptes/ ]; then
mkdir /var/log/panoptes/
Expand Down

0 comments on commit 41898a6

Please sign in to comment.