Compare commits
4 Commits
85d9216fc1
...
bcdb95cab7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bcdb95cab7 | ||
|
|
cd4f3c7634 | ||
|
|
33490febfb | ||
|
|
48523592c7 |
@@ -261,7 +261,7 @@ cleanup_snapper_failed_ids () {
|
||||
if [ "$answer" = "yes" ]; then
|
||||
failed_id_first=$(snapper --config "$selected_config" list --type single \
|
||||
| awk -F '|' ' /'"$snap_description_running"'/' \
|
||||
| awk ' NR==1 {print $1} ')
|
||||
| awk ' NR==1 {print $1} ')q
|
||||
failed_id_last=$(snapper --config "$selected_config" list --type single \
|
||||
| awk -F '|' ' /'"$snap_description_running"'/' \
|
||||
| awk ' END {print $1} ')
|
||||
|
||||
Reference in New Issue
Block a user