George Jones 1 yıl önce
ebeveyn
işleme
b5bd16ac44
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      rc.local/latest.sh

+ 2 - 1
rc.local/latest.sh

@@ -109,7 +109,8 @@ EOF
             WHERE=$1;
             shift;
         elif [[ "$1" =~ ^[0-9]+$ ]]; then
-            AGE="$"
+            AGE="$1"
+            shift
         elif [[ $found_what == true ]]; then
             REGEX="$1";
             found_regex=true;