diff options
Diffstat (limited to 'rootdir/bin')
-rwxr-xr-x | rootdir/bin/credmgrfirstboot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/bin/credmgrfirstboot.sh b/rootdir/bin/credmgrfirstboot.sh index 3b3ade9..ec99ca0 100755 --- a/rootdir/bin/credmgrfirstboot.sh +++ b/rootdir/bin/credmgrfirstboot.sh @@ -1,4 +1,4 @@ -#!/system/vendor/bin/sh +#!/vendor/bin/sh CREDFOLDER=/data/credmgr LOG=/cache/credmgr.log @@ -42,7 +42,7 @@ if [ "x$CREDMGRCNT" == "x0" ]; then chcon u:object_r:credmgrd_data_file:s0 $CREDFOLDER >> $LOG 2>&1 F_ERR $? "chcon $CREDFOLDER" echo "CREDINIT: cp initial file" >> $LOG 2>&1 - cp -v /system/vendor/CredentialManagerData /cache/CredentialManagerData >> $LOG 2>&1 + cp -v /vendor/CredentialManagerData /cache/CredentialManagerData >> $LOG 2>&1 F_ERR $? "copy CredentialManagerData" chown system:system /cache/CredentialManagerData >> $LOG 2>&1 F_ERR $? "chown CredentialManagerData" |