Merge "backuptool: Add an option to ensure running." into gingerbread
This commit is contained in:
commit
6d639ffa51
@ -18,7 +18,7 @@ check_prereq() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
check_installscript() {
|
check_installscript() {
|
||||||
if [ -f "/tmp/.installscript" ];
|
if [ -f "/tmp/.installscript" -a ! -f "$S/etc/force_backuptool" ];
|
||||||
then
|
then
|
||||||
echo "/tmp/.installscript found. Skipping backuptool."
|
echo "/tmp/.installscript found. Skipping backuptool."
|
||||||
PROCEED=0;
|
PROCEED=0;
|
||||||
@ -70,6 +70,7 @@ lib/libspeech.so
|
|||||||
lib/libvoicesearch.so
|
lib/libvoicesearch.so
|
||||||
etc/hosts
|
etc/hosts
|
||||||
etc/custom_backup_list.txt
|
etc/custom_backup_list.txt
|
||||||
|
etc/force_backuptool
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user