[fix][refactor] Don't use relative path in so-setup-network

This commit is contained in:
William Wernert
2020-07-07 08:45:28 -04:00
parent cc6d0c1cb5
commit e2c9184b29

View File

@@ -15,6 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
cd setup || exit
cd "$(dirname "$0")/setup" || exit 255
./so-setup network "$@"