MOATS problem

This commit is contained in:
fred 2022-04-21 01:50:36 +02:00
parent bc0d1ec54a
commit 83727b47de
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ countMErunning=$(ps auxf --sort=+utime | grep -w "$ME" | grep -v -E 'color=auto|
[[ $countMErunning -gt 2 ]] && echo "$ME already running. EXIT." && exit 0
TS=$(date -u +%s%N | cut -b1-13)
MOATS=(date -u +"%Y%m%d%H%M%S%4N")
MOATS=$(date -u +"%Y%m%d%H%M%S%4N")
[[ ! $(which ipfs) ]] && echo "EXIT. Vous devez avoir installé ipfs CLI sur votre ordinateur" && echo "RDV sur https://dist.ipfs.io/#go-ipfs" && exit 1