diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-13 20:01:48 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-06-13 20:01:48 -0600 |
commit | 5a1241643d4360fa8acc5a1bb9dfbd4a5c691c49 (patch) | |
tree | 1608676deb1f2a45339fba6ccb3c86c06b1384e5 /src/lib/conf.sh | |
parent | 4b42108c61db855b2a5bd00194293a925eed9cf2 (diff) |
lib/conf.sh: remove INCLUDE_CONF_SH line; everything has been migrated
Diffstat (limited to 'src/lib/conf.sh')
-rw-r--r-- | src/lib/conf.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/conf.sh b/src/lib/conf.sh index 840e908..f6ae91d 100644 --- a/src/lib/conf.sh +++ b/src/lib/conf.sh @@ -15,8 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -INCLUDE_CONF_SH=conf.sh - LIBREUSER="${SUDO_USER:-$USER}" if [[ $LIBREUSER == $USER ]]; then LIBREHOME=$HOME |