Skip to content

Commit

Permalink
increase composer timeout (issue #136)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed May 31, 2022
1 parent 2513f1e commit 47c7a55
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 @@ -53,7 +53,7 @@ fi


# Generate Laravel .env file from legacy config
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 47c7a55

Please sign in to comment.