Ver a proveniência

Create dump1090 directory.

tags/5.1.0
Luigi Cruz há 3 anos
ascendente
cometimento
bcc5d0dfa9
1 ficheiros alterados com 2 adições e 1 eliminações
  1. +2
    -1
      stage4/32-pisdr-dump1090/00-run.sh

+ 2
- 1
stage4/32-pisdr-dump1090/00-run.sh Ver ficheiro

@@ -1,5 +1,6 @@
#!/bin/bash -e

install -v -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/PiSDR/Software/dump1090/"
install -v -o 1000 -g 1000 -m 755 targets/enable.sh "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/PiSDR/Software/dump1090/"
install -v -o 1000 -g 1000 -m 755 targets/disable.sh "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/PiSDR/Software/dump1090/"
install -v -o 1000 -g 1000 -m 755 targets/configure_rbfeeder.sh "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/PiSDR/Software/dump1090/"
@@ -132,4 +133,4 @@ echo "[PiSDR] Deleting build files to save space."
rm -fr /usr/local/share/tar1090/git-db
rm -fr /usr/local/share/tar1090/git

EOF
EOF

Carregando…
Cancelar
Guardar