diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index c9ca43613..a232aae6a 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,6 +1,6 @@ # These are supported funding model platforms -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +github: john30 patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username @@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: ['https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5Y52QSKVXLYQG'] +custom: 'https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5Y52QSKVXLYQG' diff --git a/make_debian.sh b/make_debian.sh index 56a6d0808..930195e0f 100755 --- a/make_debian.sh +++ b/make_debian.sh @@ -135,7 +135,7 @@ echo "1. Edit /etc/default/ebusd if necessary" echo " (especially if your device is not /dev/ttyUSB0)" echo "2. Start the daemon with 'service ebusd start'" echo "3. Check the log file /var/log/ebusd.log" -echo "4. Make the daemon autostart with 'update-rc.d ebusd enable'" +echo "4. Make the daemon autostart with 'update-rc.d ebusd defaults'" EOF fi chmod 755 $RELEASE/DEBIAN/postinst