Using intrapositioned negation..のエラーはiptablesの記述ミスだった

前記での「メモリ開放スクリプトをCronで実行 」のシェルスクリプトをCronで実行させると、下記のエラーが出てた。

Using intrapositioned negation (`–option ! this`) is deprecated in favor of extrapositioned (`! –option this`).

スクリプトは単純なものなので、問題になりそうな記述ではなかったが、どうやら、システムで設定していたiptablesの書式の誤りが原因だった。

[Read More]