wekan / wekan-autoinstall

Wekan auto-installation script
GNU General Public License v3.0
21 stars 17 forks source link

ROOT_URL config question #8

Open phylophyl opened 7 years ago

phylophyl commented 7 years ago

In the README.md file of wekan-autoinstall, it is possible to edit particularly ROOT_URL it is not explained if once ROOT_URL is edited, the following line has to be edited as well in the script:

181 /sbin/ifconfig | grep "inet addr" | grep -v "127.0.0.1" | awk '{ print $2 }' | awk -F: '{ print $2 }'

Wekan auto-installation script link: https://github.com/wekan/wekan-autoinstall