Skip to content

Commit 7cd5a8d

Browse files
authored
Fix: Komga uses .komga as storage / so it fails after install (#6517)
1 parent 9846bfd commit 7cd5a8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ct/komga.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function update_script() {
3535
msg_ok "Stopped ${APP}"
3636

3737
rm -f /opt/komga/komga.jar
38-
USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "komga" "gotson/komga" "singlefile" "latest" "/opt/komga" "komga*.jar"
38+
USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "komga-org" "gotson/komga" "singlefile" "latest" "/opt/komga" "komga*.jar"
3939
mv /opt/komga/komga-*.jar /opt/komga/komga.jar
4040

4141
msg_info "Starting ${APP}"

install/komga-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
JAVA_VERSION="21" setup_java
17-
USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "komga" "gotson/komga" "singlefile" "latest" "/opt/komga" "komga*.jar"
17+
USE_ORIGINAL_FILENAME="true" fetch_and_deploy_gh_release "komga-org" "gotson/komga" "singlefile" "latest" "/opt/komga" "komga*.jar"
1818
mv /opt/komga/komga-*.jar /opt/komga/komga.jar
1919

2020
msg_info "Creating Service"

0 commit comments

Comments
 (0)