We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apt update
1 parent 841fd0f commit b949745Copy full SHA for b949745
templates/update_had_no_effect.sh.epp
@@ -27,6 +27,7 @@ while true; do
27
TRIES=$(( TRIES - 1 ))
28
done
29
SAME=1
30
+[ -e "$CUR" ] || touch "$CUR"
31
cmp "$CUR" "$OLD" && SAME=0
32
rm -f "$OLD"
33
exit $SAME
0 commit comments