ソースを参照

Update 00-run.sh

tags/5.1.0
Luigi Cruz 3年前
コミット
a429580951
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      stage4/32-pisdr-dump1090/00-run.sh

+ 2
- 2
stage4/32-pisdr-dump1090/00-run.sh ファイルの表示

@@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software"
cd "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software"


if [ ! -d "dump1090" ]; then if [ ! -d "dump1090" ]; then
mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software/dump1090"
install -v -o 1000 -g 1000 -d "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/PiSDR/Software/dump1090/"
fi fi


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/enable.sh "${ROOTFS_DIR}/home/${FIRST_USER_NAME}/PiSDR/Software/dump1090"
@@ -139,4 +139,4 @@ echo "[PiSDR] Deleting build files to save space."
rm -fr /usr/local/share/tar1090/git-db rm -fr /usr/local/share/tar1090/git-db
rm -fr /usr/local/share/tar1090/git rm -fr /usr/local/share/tar1090/git


EOF
EOF

読み込み中…
キャンセル
保存