Skip to content

Commit

Permalink
increase composer timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed May 31, 2022
1 parent 5879f93 commit 2cb6b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion post_install/etc/my_init.d/librenms_104_config
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ requireConfig DB_NAME
requireConfig BASE_URL

# Generate Laravel .env file
APP_ENV=local /sbin/setuser librenms composer run-script post-install-cmd -d /opt/librenms
COMPOSER_PROCESS_TIMEOUT=3600 APP_ENV=local /sbin/setuser librenms composer run-script post-install-cmd -d /opt/librenms

# Not deleting the directory causes validation errors in LibreNMS
rm -rf /opt/librenms/.composer

0 comments on commit 2cb6b82

Please sign in to comment.