Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Yves <[email protected]>
  • Loading branch information
docjyJ committed May 18, 2024
1 parent 4a5e6a7 commit 85a9d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ -f "$AIO_LOCK" ]; then
exit 1
fi
else
echo "$DATA_VERSION" > "$DATA_VERSION"
echo "$DATA_VERSION" > "$AIO_LOCK"
fi

# Get cert
Expand Down

0 comments on commit 85a9d07

Please sign in to comment.