1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

fix typo in seahub scripts

This commit is contained in:
Paul Pazderski
2025-04-27 18:40:57 +02:00
parent ea580c6569
commit c0e252d53b
5 changed files with 5 additions and 5 deletions

View File

@@ -45,7 +45,7 @@ function validate_seafile_data_dir () {
function prepare_seahub_log_dir() {
logdir=${TOPDIR}/logs
if ! [[ -d ${logsdir} ]]; then
if ! [[ -d ${logdir} ]]; then
if ! mkdir -p "${logdir}"; then
echo "ERROR: failed to create logs dir \"${logdir}\""
exit 1