Loading entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -11,4 +11,4 @@ rsync -a /opt/ /home/openwrt/.ssh/ || die "Couldn't rsync user ssh settings" chown -R openwrt:openwrt /home/openwrt/.ssh || die "Couldn't change ownership for user ssh settings" chmod -R a-rwx,u+rwX /home/openwrt/.ssh || die "Couldn't change access rights for user ssh settings" sudo -u openwrt -g openwrt -E sh /sync.sh sudo -u openwrt -g openwrt -E -H sh /sync.sh Loading
entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -11,4 +11,4 @@ rsync -a /opt/ /home/openwrt/.ssh/ || die "Couldn't rsync user ssh settings" chown -R openwrt:openwrt /home/openwrt/.ssh || die "Couldn't change ownership for user ssh settings" chmod -R a-rwx,u+rwX /home/openwrt/.ssh || die "Couldn't change access rights for user ssh settings" sudo -u openwrt -g openwrt -E sh /sync.sh sudo -u openwrt -g openwrt -E -H sh /sync.sh