Skip to content

Commit

Permalink
Fix systemd service and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rohbotics committed Aug 6, 2017
1 parent 24d05d9 commit debf9c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pifi (0.2.2) UNRELEASED; urgency=medium

* Fix systemd service

-- Rohan Agrawal <[email protected]> Sun, 06 Aug 2017 10:10:02 -0700

pifi (0.2.1) xenial; urgency=medium

* Fix dependancy issue with python3-networkmanager
Expand Down
2 changes: 1 addition & 1 deletion debian/pifi.service
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
After=NetworkManager.service

[Service]
ExecStart=/usr/bin/pifi_ap_startup
ExecStart=/usr/bin/pifi_startup

[Install]
WantedBy=multi-user.target
Expand Down
2 changes: 1 addition & 1 deletion pifi/pifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def list_pending():
con['connection']['id'])

def main():
arguments = docopt(__doc__, version='pifi version 0.2.1')
arguments = docopt(__doc__, version='pifi version 0.2.2')

if arguments['status']:
status()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='pifi',
version='0.2.1',
version='0.2.2',
description='Wifi provisioning tools for robots with Raspberry Pis',
url='https://github.com/rohbotics/pifi',

Expand Down

0 comments on commit debf9c5

Please sign in to comment.