Merge pull request #16 from jonasc/patch-1
Read configuration values from `/etc/snap-pac`
This commit is contained in:
commit
41919ab4ad
1 changed files with 3 additions and 1 deletions
|
|
@ -20,8 +20,10 @@
|
||||||
|
|
||||||
set -o errtrace
|
set -o errtrace
|
||||||
|
|
||||||
|
[[ -f /etc/snap-pac ]] && [[ -r /etc/snap-pac ]] && source /etc/snap-pac
|
||||||
|
|
||||||
declare -r SNAPPER_CONFIG_FILE=/etc/conf.d/snapper
|
declare -r SNAPPER_CONFIG_FILE=/etc/conf.d/snapper
|
||||||
declare -r DESC_LIMIT=48
|
declare -r DESC_LIMIT=${DESC_LIMIT:-48}
|
||||||
declare -r name="snap-pac"
|
declare -r name="snap-pac"
|
||||||
declare PACMAN_ABORT_ON_FAIL="no"
|
declare PACMAN_ABORT_ON_FAIL="no"
|
||||||
declare -r pacman_cmd="$(ps -q $(ps -p "$$" -o ppid=) -o args=)"
|
declare -r pacman_cmd="$(ps -q $(ps -p "$$" -o ppid=) -o args=)"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue