1 2 3 4 5 6 7 8
#!/bin/sh if [ ${USER} == "root" ] then vconftool set -t int db/nfc/last_file_number 0 -u 5000 else vconftool set -t int db/nfc/last_file_number 0 fi