Fixed Instance Name
This commit is contained in:
@@ -171,7 +171,7 @@ SecKey=$(/usr/local/bin/gitea generate secret SECRET_KEY)
|
||||
JWTSectet=$(/usr/local/bin/gitea generate secret JWT_SECRET)
|
||||
LFSSecret=$(/usr/local/bin/gitea generate secret LFS_JWT_SECRET)
|
||||
|
||||
sed -i -e 's/DBName/'$db_name'/' -e 's/DBUser/'$db_user'/' -e 's/DBPass/'$db_pass'/' -e 's/DOMAINname/'$domain'/' -e 's/IstName/'$IstName'/' -e 's/IntToken/'$IntToken'/' -e 's/SecKey/'$SecKey'/' -e 's/JWTSectet/'$JWTSectet'/' -e 's/JWTSectet/'$JWTSectet'/' -e 's/LFSSecret/'$LFSSecret'/' /etc/gitea/app.ini
|
||||
sed -i -e 's/DBName/'$db_name'/' -e 's/DBUser/'$db_user'/' -e 's/DBPass/'$db_pass'/' -e 's/DOMAINname/'$domain'/' -e 's/IstName/'$InstName'/' -e 's/IntToken/'$IntToken'/' -e 's/SecKey/'$SecKey'/' -e 's/JWTSectet/'$JWTSectet'/' -e 's/JWTSectet/'$JWTSectet'/' -e 's/LFSSecret/'$LFSSecret'/' /etc/gitea/app.ini
|
||||
|
||||
|
||||
##--------------------##
|
||||
|
||||
Reference in New Issue
Block a user