mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
Fixing package generation scripts, dpkg was messing with them.
This commit is contained in:
parent
86bbf517b7
commit
e4cf496064
@ -1 +0,0 @@
|
|||||||
udm.sh etc/init.d
|
|
@ -5,6 +5,8 @@ set -e
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
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
|
chmod +x /etc/init.d/udm.sh
|
||||||
echo "[Unit]
|
echo "[Unit]
|
||||||
Description=Run On Startup UDM
|
Description=Run On Startup UDM
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
ssh -o StrictHostKeyChecking=no root@127.0.1.1 '/mnt/data/on_boot.sh'
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user