Skip to content

Commit 8d4385e

Browse files
committed
Move initial deployment.txt to /boot
1 parent 3cdb86f commit 8d4385e

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed
File renamed without changes.

gen-package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ sudo chown -R 1000:1000 $SG/control
1515
# install default deployment file into templates dir
1616
# (can't install to /data/config 'cause that may be on FAT32 and dpkg will fail setting perms)
1717
sudo install -d $DESTDIR/opt/sensorgnome/templates -o 1000 -g 1000
18-
sudo install -o 1000 -g 1000 -m 644 default-deployment.txt $DESTDIR/opt/sensorgnome/templates/deployment.txt
18+
sudo install -o 1000 -g 1000 -m 644 deployment.txt $DESTDIR/opt/sensorgnome/templates
1919

2020
# service file should be owned by root
2121
sudo install -d $DESTDIR/etc/systemd/system -o 0 -g 0

src/package-lock.json

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)