diff --git a/xorriso/gen_input.sh b/xorriso/gen_input.sh index 2546f9c..42e5826 100644 --- a/xorriso/gen_input.sh +++ b/xorriso/gen_input.sh @@ -51,5 +51,5 @@ do done popd > /dev/null echo "-map ${PWD}/temp.ks temp.ks" -echo "-chmoc 0444 temp.ks" +echo "-chmod 0444 temp.ks" echo "-end"