... | ... |
@@ -95,3 +95,7 @@ function piwigo_private () { |
95 | 95 |
_turn 20 || return |
96 | 96 |
test "$(curl --silent 'http://192.168.0.71/photos/ws.php?format=json&method=pwg.categories.getList' | sum)" = "00569 1" || echo "albums visibles publiquement" |
97 | 97 |
} |
98 |
+ |
|
99 |
+function kernel_upgrade () { |
|
100 |
+ test -d /lib/modules/$(uname -r) || echo "reboot needed" |
|
101 |
+} |