This commit is contained in:
fred 2023-04-14 16:14:06 +02:00
parent 87bcfbac34
commit 1594599785
2 changed files with 4 additions and 1 deletions

View File

@ -25,6 +25,8 @@ L'architecture attachée à chaque clefs publiques se déploie et en forme de "p
Des clefs dérivées sont crées pour exporter et explorer les "G1MotsClefs" associés au Tiddlers.
A chaque copie le tiddlers reçoit une nouvelle signature et déclenche le processus "G1PalPay".
[DOCUMENTATION](https://pad.p2p.legal/s/Astroport.ONE)
# INSTALLATION (Linux Mint / Ubuntu / DEBIAN)

View File

@ -276,7 +276,8 @@ then
echo $GENRE $SAISON
## Add screenshot
[[ -f $HOME/Astroport/${TyPE}/${REFERENCE}/screen.png ]] && SCREEN=$(ipfs add -q "$HOME/Astroport/${TyPE}/${REFERENCE}/screen.png" | tail -n 1) && PROBETIME=0
[[ -f $HOME/Astroport/${TyPE}/${REFERENCE}/screen.png ]] \
&& SCREEN=$(ipfs add -q "$HOME/Astroport/${TyPE}/${REFERENCE}/screen.png" | tail -n 1)
if [[ $(echo "$MIME" | grep 'video') ]]; then