clean
This commit is contained in:
17
app/nebula_install
Executable file
17
app/nebula_install
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
echo "prsync nebula bin"
|
||||
prsync -h "$hosts_file" -avz ./nebula/nebula /4server/nebula
|
||||
ass doas mv /4server/nebula /usr/bin/
|
||||
|
||||
ass doas mkdir -p /etc/nebula
|
||||
ass doas chmod 777 /etc/nebula
|
||||
|
||||
template templates/nebula.yml /etc/nebula/config.yml ./host_vars
|
||||
|
||||
|
||||
|
||||
ass doas chmod 700 /etc/nebula
|
||||
|
||||
|
||||
Reference in New Issue
Block a user