[Non-ACR] correcting space in if-condition 73/246173/1 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20211028.093950 accepted/tizen/unified/20201029.124815 submit/tizen/20201028.112120 submit/tizen_6.5/20211028.161601 tizen_6.5.m2_release
authorAbhishek Vijay <abhishek.v@samsung.com>
Mon, 26 Oct 2020 08:50:26 +0000 (14:20 +0530)
committerAbhishek Vijay <abhishek.v@samsung.com>
Mon, 26 Oct 2020 08:50:26 +0000 (14:20 +0530)
Change-Id: I7e5ab3b3e1c0c752cb908011d957053085910a25
Signed-off-by: Abhishek Vijay <abhishek.v@samsung.com>
scripts/500.account-manager.sh

index 9b1917f..9a7286a 100644 (file)
@@ -88,7 +88,7 @@ CREATE TRIGGER IF NOT EXISTS aft_cust_del AFTER DELETE ON account_custom
 
 EOF
 
-if [ -d "$USER_DB_DIR_55"]; then
+if [ -d "$USER_DB_DIR_55" ]; then
 
 #  add new tables in user database
 sqlite3 $USER_DB_ACCOUNT_MANAGER_55 << EOF
@@ -156,6 +156,6 @@ CREATE TRIGGER IF NOT EXISTS aft_cust_del AFTER DELETE ON account_custom
 
 EOF
 
-fi #end of "if [ -d "$USER_DB_DIR_55"]"
+fi #end of "if [ -d "$USER_DB_DIR_55" ]"
 
 fi #end of "if [ "$OLD_VER" = "4.0.0.0" ]"