Update emq-TE1x-AP.sh

This commit is contained in:
hp3icc 2022-04-18 00:23:25 -05:00 committed by GitHub
parent 33ce586e96
commit 8ab173a79d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -1233,6 +1233,21 @@ KillMode=process
WantedBy=network-online.target
EOF
##########################################
sudo cat > /opt/extra-1.sh <<- "EOF"
######################################################################
# Coloque en este archivo, cualquier instruccion shell adicional que #
# quierre se realice al finalizar la actualizacion. #
######################################################################
EOF
#
cp /opt/extra-1.sh /opt/extra-2.sh
cp /opt/extra-1.sh /opt/extra-3.sh
cp /opt/extra-1.sh /opt/extra-4.sh
cp /opt/extra-1.sh /opt/extra-5.sh
cp /opt/extra-1.sh /opt/extra-6.sh
chmod +x /opt/extra-*
###################
cat > /lib/systemd/system/dmrid-mmdvm.service <<- "EOF"
[Unit]