From dd8f47fade38ab3a35ae801a7cee35b7cc27c648 Mon Sep 17 00:00:00 2001 From: 1138-4EB <1138-4EB@users.noreply.github.com> Date: Thu, 16 Aug 2018 10:12:33 +0100 Subject: [PATCH] chore: fix rice-box import with sed in push_ricebox Former-commit-id: 8f25251975c4e8a24d8cd7af1a9ab915010cb2ec [formerly 22583d38eff231d75e6fa1bb0a3f30f19201ebe2] [formerly f96b729dcf040693463591f90c602b030c576c1a [formerly 43ab4fa3de52e96c9eaaf125cadb1faf64772592]] Former-commit-id: 1b1a4b9be3b365faf0e18215fb2b5723b644a66f [formerly 6ce724f373ec2ad6738c61589a075ff9de0ed64e] Former-commit-id: 750ca0440b7fb606e53fc043255fd2b0e0327a17 --- build/push_ricebox.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build/push_ricebox.sh b/build/push_ricebox.sh index db6fd7dd..c1c038d0 100755 --- a/build/push_ricebox.sh +++ b/build/push_ricebox.sh @@ -12,6 +12,7 @@ openssl aes-256-cbc -K $encrypted_9ca81b5594f5_key -iv $encrypted_9ca81b5594f5_i git clone git@github.com:filebrowser/caddy caddy cd caddy cp ../../rice-box.go assets/ +sed -i 's/package filebrowser/package assets/g' assets/rice-box.go git checkout -b update-rice-box origin/master git config --local user.name "Filebrowser Bot" git config --local user.email "FilebrowserBot@users.noreply.github.com"