From 1ab64c6c4f3a64fc2fac7a87426d378a16fd2ace Mon Sep 17 00:00:00 2001 From: qo-op Date: Wed, 23 Dec 2020 00:53:16 +0100 Subject: [PATCH] humhum --- ISOconfig.sh | 2 +- zen/ipfs_BOOTSTRAP_me.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 zen/ipfs_BOOTSTRAP_me.sh diff --git a/ISOconfig.sh b/ISOconfig.sh index 80df33ffa..9b2ba5032 100755 --- a/ISOconfig.sh +++ b/ISOconfig.sh @@ -166,7 +166,7 @@ cp -f ~/.zen/astrXbian/.install/.kodi/addons/plugin.video.vstream/resources/site # CREATE xbian IPNSKEY used to publish ~/.zen/ipfs_swarm/xbian (contains all XZUID pastebin files) ipfs key rm xbian IPNSKEY=$(ipfs key gen xbian) -sed -i "s/_IPNSKEY_/$IPNSKEY/g" ~/.bashrc.sh +sed -i "s/_IPNSKEY_/$IPNSKEY/g" ~/.bashrc sed -i "s/_PROFIL_/$XZUID/g" ~/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py sed -i "s/_LOGIN_/$salt/g" ~/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py sed -i "s/_MDP_/$pepper/g" ~/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py diff --git a/zen/ipfs_BOOTSTRAP_me.sh b/zen/ipfs_BOOTSTRAP_me.sh old mode 100644 new mode 100755