mirror of
https://github.com/yavook/kiwi-scp.git
synced 2024-11-21 20:33:00 +00:00
per-user canaries, default installation directory
This commit is contained in:
parent
84a9a001e8
commit
c68aebbad0
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
#############
|
#############
|
||||||
|
|
||||||
# default installation directory
|
# default installation directory
|
||||||
INSTALL_DIR_DEFAULT="/usr/local/bin"
|
INSTALL_DIR_DEFAULT="/usr/local/sbin"
|
||||||
# URI of "kiwi" launcher script
|
# URI of "kiwi" launcher script
|
||||||
KIWI_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/kiwi"
|
KIWI_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/kiwi"
|
||||||
|
|
||||||
|
|
2
kiwi
2
kiwi
|
@ -25,7 +25,7 @@ KIWI_VERSION="master"
|
||||||
KIWI_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/kiwi"
|
KIWI_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/kiwi"
|
||||||
INSTALLER_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/install.sh"
|
INSTALLER_URI="https://raw.githubusercontent.com/ldericher/kiwi-scp/master/install.sh"
|
||||||
# canary file: limit curl requests
|
# canary file: limit curl requests
|
||||||
CANARY_FILENAME="/tmp/kiwi-scp.canary"
|
CANARY_FILENAME="/tmp/kiwi-scp-$(id -u).canary"
|
||||||
CANARY_MAX_AGE=600
|
CANARY_MAX_AGE=600
|
||||||
|
|
||||||
###################
|
###################
|
||||||
|
|
Loading…
Reference in a new issue