Fixing package generation scripts, dpkg was messing with them.

This commit is contained in:
John Dorman 2020-07-05 21:53:55 -07:00
parent 86bbf517b7
commit e4cf496064
3 changed files with 2 additions and 5 deletions

View File

@ -1 +0,0 @@
udm.sh etc/init.d

View File

@ -5,6 +5,8 @@ set -e
case "$1" in
configure)
echo "#!/bin/sh
ssh -o StrictHostKeyChecking=no root@127.0.1.1 '/mnt/data/on_boot.sh'" > /etc/init.d/udm.sh
chmod +x /etc/init.d/udm.sh
echo "[Unit]
Description=Run On Startup UDM

View File

@ -1,4 +0,0 @@
#!/bin/sh
ssh -o StrictHostKeyChecking=no root@127.0.1.1 '/mnt/data/on_boot.sh'