Update ambe-debian-installer

added startup enable. not sure why that wasnt there before.
This commit is contained in:
Ben 2021-04-07 20:11:32 -04:00 committed by GitHub
parent 13a281c5b3
commit 2e0350fd93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ cp ambed /ambed
cp $DIRDIR/templates/ambed.service /etc/systemd/system/
sed -i "s/LOCAL-IP/$LOCAL_IP/g" /etc/systemd/system/ambed.service
systemctl daemon-reload
systemctl enable ambed
echo ""
echo ""
echo "************************************************************************"