From 43ab4fa3de52e96c9eaaf125cadb1faf64772592 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 --- 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"