mirror of
https://github.com/danielepintore/os-configurer.git
synced 2026-06-15 20:25:13 +02:00
fix: run -l command now shows all runs
This commit is contained in:
3
run
3
run
@@ -58,7 +58,8 @@ while [[ $# -gt 0 ]]; do
|
|||||||
elif [[ "$1" == "-l" ]]; then
|
elif [[ "$1" == "-l" ]]; then
|
||||||
debug "Printing all scripts"
|
debug "Printing all scripts"
|
||||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
log `find $script_dir/runs -mindepth 2 -maxdepth 2 -executable | sort`
|
debug $script_dir
|
||||||
|
log "$(find $script_dir/runs -mindepth 2 -maxdepth 2 -executable | sort)"
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
filter="$1"
|
filter="$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user