1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Revert "Infastructure for proper versioning. (#2500)"

This reverts commit 429aa04ce5.
This commit is contained in:
A Holt 2020-09-17 11:15:33 -04:00 committed by GitHub
parent 429aa04ce5
commit f7f5113c3a
7 changed files with 15 additions and 62 deletions

View file

@ -5,12 +5,8 @@
if [ -f /etc/iiab/iiab.env ]; then
source /etc/iiab/iiab.env
STAGE=$STAGE
INSTALLED_RELEASE=$IIAB_RELEASE
INSTALLED_REVISION=$IIAB_REVISION
else
STAGE=0
INSTALLED_RELEASE=0
INSTALLED_REVISION=0
fi
OS=`grep ^ID= /etc/*elease|cut -d= -f2`
@ -88,8 +84,6 @@ SYSD_NETD=`systemctl is-enabled systemd-networkd`
cat <<EOF
{"phplib_dir" : "$PHPLIB_DIR",
"installed_release" : "$INSTALLED_RELEASE",
"installed_revision" : "$INSTALLED_REVISION",
"stage" : "$STAGE",
"dhcpcd" : "$DHCPCD",
"network_manager" : "$NM",