Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

fix crash on startup using disk storage #26

Merged
merged 1 commit into from
May 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 10-boot-conf
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ if [ "$PHABRICATOR_STORAGE_TYPE" == "mysql" ]; then
fi
if [ "$PHABRICATOR_STORAGE_TYPE" == "disk" ]; then
sudo -u git ./bin/config set storage.mysql-engine.max-size 0
sudo -u git ./bin/config set storage.local-disk-path "$PHABRICATOR_STORAGE_PATH"
sudo -u git ./bin/config set storage.local-disk.path "$PHABRICATOR_STORAGE_PATH"
fi
if [ "$PHABRICATOR_STORAGE_TYPE" == "s3" ]; then
sudo -u git ./bin/config set storage.mysql-engine.max-size 0
Expand Down