Skip to content

Commit 5c86be6

Browse files
committed
minor update
1 parent 4fe9eca commit 5c86be6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ function sync_db()
147147
WEBROOT="/var/www/$site"
148148

149149
# Insert query to insert old site information into ee.db
150-
echo "INSERT INTO sites (sitename, site_type, cache_type, site_path, is_enabled, is_ssl, storage_fs, storage_db)
151-
VALUES (\"$site\", \"$EE_SITE_CURRENT\", \"$EE_SITE_CURRENT_CACHE\", \"$WEBROOT\", \"$ENABLE_STATUS\", 0, 'ext4', 'mysql');" | sqlite3 /var/lib/ee/ee.db
150+
echo "INSERT INTO sites (sitename, site_type, cache_type, site_path, is_enabled, is_ssl, storage_fs, storage_db, is_hhvm, is_pagespeed)
151+
VALUES (\"$site\", \"$EE_SITE_CURRENT\", \"$EE_SITE_CURRENT_CACHE\", \"$WEBROOT\", \"$ENABLE_STATUS\", 0, 'ext4', 'mysql', 0, 0);" | sqlite3 /var/lib/ee/ee.db
152152

153153
done
154154
else

0 commit comments

Comments
 (0)