Skip to content

Commit

Permalink
tweak to disable_ap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuzan committed Aug 24, 2017
1 parent 7cadb85 commit 7de9875
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions disable_ap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ if [ "$EUID" -ne 0 ];
exit
fi


if [ ! -f ./apfiles/ap_active ]
then echo "AP not active... ending"
exit
fi

rm ./apfiles/ap_active

update-rc.d hostapd disable
Expand Down
3 changes: 3 additions & 0 deletions voice.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import festival

festival.sayText("It is Wednesday my dudes")

0 comments on commit 7de9875

Please sign in to comment.