diff --git a/bin/dps.sh b/bin/dps.sh index 06b6eefda..b5969435c 100755 --- a/bin/dps.sh +++ b/bin/dps.sh @@ -11,7 +11,7 @@ fi myPARAM="$1" if [[ $myPARAM =~ ^([1-9]|[1-9][0-9]|[1-9][0-9][0-9])$ ]]; then - watch --color -n $myPARAM "dps.sh" + watch --color -n $myPARAM "$0" exit fi