We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd87d8 commit 7352cbcCopy full SHA for 7352cbc
ct/heimdall-dashboard.sh
@@ -45,7 +45,8 @@ function update_script() {
45
cp -R Heimdall-${VER}/* /opt/Heimdall
46
cd /opt/Heimdall
47
$STD apt-get install -y composer
48
- $STD COMPOSER_ALLOW_SUPERUSER=1 composer dump-autoload
+ export COMPOSER_ALLOW_SUPERUSER=1
49
+ $STD composer dump-autoload
50
echo "${RELEASE}" >/opt/${APP}_version.txt
51
msg_ok "Updated Heimdall Dashboard to ${RELEASE}"
52
msg_info "Restoring Data"
0 commit comments