We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a534616 commit 684c2c5Copy full SHA for 684c2c5
test_harness/single_node/install.sh
@@ -3,7 +3,6 @@
3
# A script to manage the main steps in installing an iRODS server as well as all necessary support. (Dependencies,
4
# catalog database, etc.)
5
6
-IRODS_HOME=/var/lib/irods
7
DEV_HOME="$HOME"
8
: ${DEV_REPOS:="$DEV_HOME/github"}
9
test_harness/utility/iinit.py
@@ -10,7 +10,6 @@
10
import sys
11
from os import chmod
12
from os.path import expanduser,exists,join
13
-from getopt import getopt
14
15
16
home_env_path = expanduser('~/.irods')
0 commit comments