This commit is contained in:
Jakobus Schürz 2020-11-10 17:31:24 +01:00
commit 1531aa56ec
2 changed files with 2 additions and 2 deletions

View file

@ -52,7 +52,7 @@ do
if stat "${file}" >/dev/null 2>/dev/null ; then
echo "Stop $app on ${DEST}"
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
install)
if [ -z "${version}" ]; then

@ -1 +1 @@
Subproject commit 1b1b8098419daacb92ca401ad6ee0ca6894a40ca
Subproject commit 7c59902f64dcd7ea356e891274b21144d1ea5948