ending with IPFS_SYNC_DIR

This commit is contained in:
qo-op 2020-12-12 16:51:17 +01:00
parent 53f85eecc1
commit 2306ca59b7
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,6 @@ mv /tmp/secret.ipfs ~/.zen/secret.ipfs
mv ~/.ipfs/config ~/.ipfs/config.old mv ~/.ipfs/config ~/.ipfs/config.old
mv /tmp/config.ipfs ~/.ipfs/config mv /tmp/config.ipfs ~/.ipfs/config
# WRITE ~/.zen/ipfs.sync CONFIG
echo "IPFS_SYNC_DIR=$IPFS_sync_directory" > ~/.zen/ipfs.sync
######################################################################## ########################################################################
echo "INIT ~/.zen/ipfs/.${IPFSNODEID}" echo "INIT ~/.zen/ipfs/.${IPFSNODEID}"
@ -194,6 +192,8 @@ nameserver 80.67.169.12 80.67.169.40 94.247.43.254 2001:67c:13e4:1::37
EOF EOF
sudo chattr +i /etc/resolv.conf sudo chattr +i /etc/resolv.conf
# WRITE ~/.zen/ipfs.sync CONFIG (meaning DONE)
echo "IPFS_SYNC_DIR=$IPFS_sync_directory" > ~/.zen/ipfs.sync
# OTHER LANGUAGE KEYBOARD dpkg-reconfigure keyboard-configuration # OTHER LANGUAGE KEYBOARD dpkg-reconfigure keyboard-configuration