Incorporated changes for 1.3.1

This commit is contained in:
2026-02-24 20:07:34 -05:00
parent 6e5c6e03e3
commit f7b91f4ef0
10 changed files with 74 additions and 53 deletions

View File

@@ -1,4 +1,11 @@
#!/bin/bash
# ap-setup.sh
# OpenDRS Online Discrepancy Reporting System
# Copyright (C) 2022 Rod Wright
# SPDX-License-Identifier: GPL-2.0
# Wireless Access Point Raspberry Pi Setup
current_user=`whoami`
if [ "$current_user" != "root" ]