Skip to content

Commit 94848b8

Browse files
committed
version control bashrc as non-hidden so package builder picks it up
1 parent 1d1ad12 commit 94848b8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/.bashrc renamed to app/bashrc

File renamed without changes.

app/source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ export npm_config_fund=false
1414
export HOMEBRIDGE_SYNOLOGY_PACKAGE=1
1515

1616
# copy .bashrc to service user home
17-
cp /var/packages/homebridge/target/app/.bashrc /var/packages/homebridge/home/
17+
cp /var/packages/homebridge/target/app/bashrc /var/packages/homebridge/home/.bashrc

0 commit comments

Comments
 (0)