path error

This commit is contained in:
qo-op 2020-12-08 02:26:57 +01:00
parent 5846b4607b
commit 12e95c6e00
1 changed files with 3 additions and 3 deletions

View File

@ -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)