diff options
author | davidovski <david@davidovski.xyz> | 2022-04-11 13:29:32 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-04-11 13:29:32 +0100 |
commit | 5bad037fa71bcd7684ae1ffc7549b7b45fa08af5 (patch) | |
tree | ac62d88592ce424e5426849cc8949a0660cb80fe /src/profile.sh | |
parent | 55d1861110d56e35b2c13d7742e0dc7ca2dd2665 (diff) |
added error loggingv1.1.7
Diffstat (limited to 'src/profile.sh')
-rwxr-xr-x | src/profile.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/profile.sh b/src/profile.sh index 2bd741e..b0fa785 100755 --- a/src/profile.sh +++ b/src/profile.sh @@ -8,7 +8,7 @@ export CONF_FILE="/etc/xipkg.conf" -export CURL_OPTS="-sL" +export CURL_OPTS="-sSL" export DEP_DIR=$(parseconf -v dir.deps) export REPOS="$(parseconf -v repos)" @@ -22,3 +22,4 @@ export CACHE_DIR=$(parseconf -v dir.cache) export PACKAGE_CACHE="${CACHE_DIR}/packages" export SYNC_CACHE="${CACHE_DIR}/sync" +export LOG_FILE="/var/log/xipkg.log" |