Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

Commit

Permalink
Ajusted TMP dir variable. This is handled by boost::filesystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram2342 committed May 13, 2014
1 parent ac9b54d commit 2bcba53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion degate_debug.sh
Expand Up @@ -20,7 +20,9 @@ export DEGATE_HOME=gui;
export DEGATE_CACHE_SIZE=256

# Set the temp directory.
export DEGATE_TEMP=/tmp
# Temp directories are handled by the boost library and it checks for
# TMPDIR, TMP, TEMP, TEMPDIR, whatever is found first.
#export TMPDIR=/tmp

# Set the URI pattern for the collaboration server.
export DEGATE_SERVER_URI_PATTERN=http://degate.org/cgi-bin/xmlrpc-server-cgi.pl?channel=%1%
Expand Down
4 changes: 3 additions & 1 deletion degate_start.sh
Expand Up @@ -16,7 +16,9 @@ export DEGATE_HOME=gui;
export DEGATE_CACHE_SIZE=256

# Set the temp directory.
export DEGATE_TEMP=/tmp
# Temp directories are handled by the boost library and it checks for
# TMPDIR, TMP, TEMP, TEMPDIR, whatever is found first.
#export TMPDIR=/tmp

# Set the URI pattern for the collaboration server.
export DEGATE_SERVER_URI_PATTERN=http://degate.org/cgi-bin/xmlrpc-server-cgi.pl?channel=%1%
Expand Down

0 comments on commit 2bcba53

Please sign in to comment.