mirror of https://github.com/procxx/kepka.git
Deploy.sh improved
This commit is contained in:
parent
21570c0479
commit
17c97a4fee
|
@ -1,3 +1,5 @@
|
|||
set -e
|
||||
|
||||
while IFS='' read -r line || [[ -n "$line" ]]; do
|
||||
set $line
|
||||
eval $1="$2"
|
||||
|
|
Loading…
Reference in New Issue