Skip to content

Commit 08caae0

Browse files
linkstack: fix wrong directory installation (#8814)
1 parent 113d3ae commit 08caae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/linkstack-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ network_check
1414
update_os
1515

1616
PHP_VERSION="8.3" PHP_MODULE="sqlite3" PHP_APACHE="YES" setup_php
17-
fetch_and_deploy_gh_release "linkstack" "linkstackorg/linkstack" "prebuild" "latest" "/var/www/html/linkstack" "linkstack.zip"
17+
fetch_and_deploy_gh_release "linkstack" "linkstackorg/linkstack" "prebuild" "latest" "/var/www/html/" "linkstack.zip"
1818

1919
msg_info "Configuring LinkStack"
2020
$STD a2enmod rewrite

0 commit comments

Comments
 (0)