Update startup_script.sh

This commit is contained in:
Mosei
2022-02-08 12:33:31 +05:30
committed by GitHub
parent e8c9c655b5
commit 585ef69317

View File

@@ -1,5 +1,4 @@
#!/bin/sh
eval $( fixuid );
if [ ! -f /home/suwayomi/.local/share/Tachidesk/docker_touchfile ]; then
touch /home/suwayomi/.local/share/Tachidesk/docker_touchfile
curl -s --create-dirs -L https://raw.githubusercontent.com/Suwayomi/docker-tachidesk/main/server.conf -o /home/suwayomi/.local/share/Tachidesk/server.conf;