From 12e95c6e00b7a7f9c9378a110955f484538695b7 Mon Sep 17 00:00:00 2001 From: qo-op Date: Tue, 8 Dec 2020 02:26:57 +0100 Subject: [PATCH] path error --- ISOconfig.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ISOconfig.sh b/ISOconfig.sh index 71e38bb..6f814e8 100755 --- a/ISOconfig.sh +++ b/ISOconfig.sh @@ -125,13 +125,13 @@ echo 'EXTEND ~/.bashrc' ~/.zen/astroport/.install/update_bashrc.sh echo "Configure .kodi/addons/plugin.video.vstream/resources/sites/astroport.py" -cp -f ~/.zen/.install/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py \ -.kodi/addons/plugin.video.vstream/resources/sites/astroport.py +cp -f ~/.zen/astroport/.install/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py \ +~/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py # CREATE xbian IPNSKEY used to publish ~/.zen/ipfs_swarm/xbian (contains all xbian-ZUID pastebin files) ipfs key rm xbian IPNSKEY=$(ipfs key gen xbian) -sed -i s/_IPNSKEY_/$IPNSKEY/g .kodi/addons/plugin.video.vstream/resources/sites/astroport.py +sed -i s/_IPNSKEY_/$IPNSKEY/g ~/.kodi/addons/plugin.video.vstream/resources/sites/astroport.py # Optionnal PUBLISH actual (later done by cron_MINUTE.sh) IXBIAN=$(ipfs add -qr ~/.zen/ipfs_swarm/xbian | tail -n 1)