Merge branch 'master' of https://git.schuerz.at/public/myshellconfig
This commit is contained in:
commit
1531aa56ec
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ do
|
||||||
if stat "${file}" >/dev/null 2>/dev/null ; then
|
if stat "${file}" >/dev/null 2>/dev/null ; then
|
||||||
echo "Stop $app on ${DEST}"
|
echo "Stop $app on ${DEST}"
|
||||||
ssh ${DEST} systemctl stop ${app}.service
|
ssh ${DEST} systemctl stop ${app}.service
|
||||||
cat ${file}|sort -r |while read cmd pkg version ; do
|
cat ${file}|sort -r |grep -v " *#"|while read cmd pkg version ; do
|
||||||
case $cmd in
|
case $cmd in
|
||||||
install)
|
install)
|
||||||
if [ -z "${version}" ]; then
|
if [ -z "${version}" ]; then
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1b1b8098419daacb92ca401ad6ee0ca6894a40ca
|
Subproject commit 7c59902f64dcd7ea356e891274b21144d1ea5948
|
Loading…
Reference in a new issue