Able to specify ipfs port

This commit is contained in:
Bob Mottram 2015-09-30 10:41:20 +01:00
parent 0561f5264f
commit 1e11d1f157
1 changed files with 3 additions and 0 deletions

View File

@ -781,6 +781,9 @@ function read_configuration {
fi
if [ -f $CONFIGURATION_FILE ]; then
if grep -q "IPFS_PORT" $CONFIGURATION_FILE; then
IPFS_PORT=$(grep "IPFS_PORT" $CONFIGURATION_FILE | awk -F '=' '{print $2}')
fi
if grep -q "BACKUP_TYPE" $CONFIGURATION_FILE; then
BACKUP_TYPE=$(grep "BACKUP_TYPE" $CONFIGURATION_FILE | awk -F '=' '{print $2}')
fi