added new linux on home pc
This commit is contained in:
parent
4a2925eded
commit
7128575ce3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ sslcreate() {
|
||||||
openssl x509 -req -days 365 -in csr/$1.csr -signkey private/$1.key -out certs/$1.crt
|
openssl x509 -req -days 365 -in csr/$1.csr -signkey private/$1.key -out certs/$1.crt
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ $(uname -n) = "sayaka" ]; then
|
if [ $(uname -n) = "sayaka" -o $(uname -n) = "kimari" ]; then
|
||||||
# SSH Connect
|
# SSH Connect
|
||||||
sshconnect() {
|
sshconnect() {
|
||||||
[ $1 = "web" ] && ssh megumi.eeleater.org
|
[ $1 = "web" ] && ssh megumi.eeleater.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue