#!/bin/bash
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
	exit
fi
systemctl enable homewifi
systemctl start homewifi
