Skip to content

Commit

Permalink
setup-hotspot
Browse files Browse the repository at this point in the history
  • Loading branch information
gderosa committed Apr 23, 2019
1 parent f8d058b commit 3f93143
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup-hotspot
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/bash

set -e

ONBOARD_USER=onboard
ONBOARD_GROUP=$ONBOARD_USER
ONBOARD_ROOT=/home/$ONBOARD_USER/onboard
ONBOARD_GIT="https://github.com/vemarsas/onboard.git"

cd $ONBOARD_ROOT

bash modules/radius-admin/etc/scripts/platform/debian/setup.sh $ONBOARD_ROOT $ONBOARD_USER

0 comments on commit 3f93143

Please sign in to comment.