Skip to content

Commit

Permalink
Fix pkg_post_install
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Sep 13, 2024
1 parent 7ac8151 commit 608989a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qnap/package/package_routines
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ true
#
pkg_post_install(){

sed -i 's|^DaemonUsername=root$|DaemonUsername=admin|' $SYS_QPKG_INSTALL_PATH/nzbget/nzbget.conf
sed -i 's|^DaemonUsername=root$|DaemonUsername=admin|' $SYS_QPKG_INSTALL_PATH/nzbget/nzbget.conf.qnap

true

Expand Down

0 comments on commit 608989a

Please sign in to comment.