repo fix perm

This commit is contained in:
Aleksander Cynarski 2017-04-13 22:14:09 +02:00
parent e369212a31
commit 462f6275d8

View File

@ -32,6 +32,7 @@ if [ -f $HOME/.ssh/gogs.pub ]; then
else
mkdir -p $HOME/.ssh/
ssh-keygen -f $HOME/.ssh/gogs -t rsa -N ''
chmod 400 $HOME/.ssh/gogs
fi
prefix="https://"