1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00

fix set_jwt_private_key (#6968)

This commit is contained in:
欢乐马 2024-10-30 19:09:34 +08:00 committed by GitHub
parent 71ca2fd350
commit 0afc97885b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,7 @@ function set_jwt_private_key () {
echo ""
exit -1;
fi
export JWT_PRIVATE_KEY=${JWT_PRIVATE_KEY}
fi
}

View File

@ -75,6 +75,7 @@ function set_jwt_private_key () {
echo ""
exit -1;
fi
export JWT_PRIVATE_KEY=${JWT_PRIVATE_KEY}
fi
}

View File

@ -204,6 +204,7 @@ function set_jwt_private_key () {
echo ""
exit -1;
fi
export JWT_PRIVATE_KEY=${JWT_PRIVATE_KEY}
fi
}