diff options
Diffstat (limited to 'source4/script/installswat.sh')
-rw-r--r-- | source4/script/installswat.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source4/script/installswat.sh b/source4/script/installswat.sh index 72dfc2f456..549c11da35 100644 --- a/source4/script/installswat.sh +++ b/source4/script/installswat.sh @@ -34,16 +34,5 @@ The swat files have been installed. ====================================================================== EOF -cd $SRCDIR/.. || exit 1 - -installdir `find services -name '*.esp'` - -cat << EOF -====================================================================== -The JSON-RPC services have been installed. -====================================================================== -EOF - - exit 0 |