wok-current diff mate/receipt @ rev 24493
updated dokuwiki (20180422b -> 20200729)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 19 11:02:17 2022 +0100 (2022-02-19) |
parents | c47175d00df6 |
children | 73f36875e5a7 |
line diff
1.1 --- a/mate/receipt Sun Feb 26 15:58:33 2017 +0100 1.2 +++ b/mate/receipt Sat Feb 19 11:02:17 2022 +0100 1.3 @@ -38,6 +38,7 @@ 1.4 root=$1 1.5 res=$(cat $root/etc/slim.conf | grep ^session | sed s/"sessions. *"//) 1.6 if ! echo "$res" | grep -q $PACKAGE; then 1.7 + echo 1.8 echo -n "Adding $PACKAGE to /etc/slim.conf..." 1.9 sed -i "s/^sessions.*/sessions ${res},$PACKAGE/" $root/etc/slim.conf 1.10 status