Skip to content

Commit

Permalink
Add LOCAL_DISK_STORAGE_PATH variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed May 29, 2024
1 parent 4bf0bf0 commit d995c38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ then

fi

if [ -n "$LOCAL_DISK_STORAGE_PATH" ]
then
/var/www/phorge/phorge/bin/config set storage.local-disk.path "$LOCAL_DISK_STORAGE_PATH"
fi

if [ -n "$MAILERS_CONFIG_FILE" ]
then
/var/www/phorge/phorge/bin/config set cluster.mailers --stdin < "$MAILERS_CONFIG_FILE"
Expand Down

0 comments on commit d995c38

Please sign in to comment.