Skip to content

Commit

Permalink
moved functions.net file to new sf-net-utils extension
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszklim committed Jul 7, 2018
1 parent b614c55 commit 8818b83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
18 changes: 0 additions & 18 deletions scripts/functions.net

This file was deleted.

2 changes: 0 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@
. scripts/functions.custom
. scripts/functions.dialog
. scripts/functions.install
. scripts/functions.net
. scripts/functions.uid

# This is a test script for Travis CI, to check critical files for syntax errors.

HOST=`hostname`
echo "hostname: $HOST"
echo "external domain: `external_domain`"
echo "google.com resolves to: `resolve_host google.com`"
echo "first unused UID after 1000: `get_free_uid 1000 65000`"

0 comments on commit 8818b83

Please sign in to comment.