Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nick Bearson
eodn2realearth
Commits
eedbdd25
Commit
eedbdd25
authored
Dec 18, 2015
by
Nick Bearson
Browse files
setting up to get rid of hardcoded paths entirely
parent
3652308a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/consts.sh
View file @
eedbdd25
#!/usr/bin/env bash
readonly
INCOMING
=
/home/eodn/eodn2realearth/incoming
readonly
PROCESSING
=
/home/eodn/eodn2realearth/processing
readonly
QUARANTINE
=
/home/eodn/eodn2realearth/quarantine
readonly
LOGS
=
/home/eodn/eodn2realearth/logs
# base install location, src probably won't change unless you're doing something weird
readonly
EODN2REALEARTH
=
/home/eodn/eodn2realearth
readonly
SRC
=
${
EODN2REALEARTH
}
/src
# this stuff you might want to change, especially if you have multiple disks
readonly
LOGS
=
${
EODN2REALEARTH
}
/logs
readonly
INCOMING
=
${
EODN2REALEARTH
}
/incoming
readonly
PROCESSING
=
${
EODN2REALEARTH
}
/processing
readonly
QUARANTINE
=
${
EODN2REALEARTH
}
/quarantine
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment