mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-05 07:34:49 -04:00
Refactor utils usage
This patch separates out the config from the utils.py utils.py has grown into a catchall for everything and this patch is the start of that cleanup.
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ RUN addgroup --gid $GID $APRS_USER
|
||||
RUN useradd -m -u $UID -g $APRS_USER $APRS_USER
|
||||
|
||||
# Install aprsd
|
||||
RUN /usr/local/bin/pip3 install aprsd==2.3.0
|
||||
RUN /usr/local/bin/pip3 install aprsd==2.3.1
|
||||
|
||||
# Ensure /config is there with a default config file
|
||||
USER root
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@ do
|
||||
esac
|
||||
done
|
||||
|
||||
VERSION="2.2.1"
|
||||
VERSION="2.3.1"
|
||||
|
||||
if [ $ALL_PLATFORMS -eq 1 ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user