Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85d9216fc1 | ||
|
|
6982aafaff | ||
|
|
e8d5576e02 | ||
|
|
b90e34e596 |
@@ -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} ')q
|
||||
| awk ' NR==1 {print $1} ')
|
||||
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