hostname
This commit is contained in:
parent
91a11197d6
commit
591d94db12
3 changed files with 4 additions and 4 deletions
|
@ -14,8 +14,8 @@ VERSION_ID=$(cat /etc/os-release | grep "ID")
|
||||||
RCLOCAL='/etc/rc.local'
|
RCLOCAL='/etc/rc.local'
|
||||||
RCLOCALSHUTDOWN='/etc/rc.local.shutdown'
|
RCLOCALSHUTDOWN='/etc/rc.local.shutdown'
|
||||||
SYSCTL='/etc/sysctl.conf'
|
SYSCTL='/etc/sysctl.conf'
|
||||||
WEBADDRESS="ssh://git@192.168.178.21:30022/home/git/SpectreOS"
|
WEBADDRESS="ssh://git@spectreos.firewall-gateway.com:30022/home/git/SpectreOS"
|
||||||
WEBADDRESS1="ssh://git@192.168.178.21:30022/home/git/shell-scripte"
|
WEBADDRESS1="ssh://git@spectreos.firewall-gateway.com:30022/home/git/shell-scripte"
|
||||||
SUDOERS="/etc/sudoers"
|
SUDOERS="/etc/sudoers"
|
||||||
repo="SpectreOS"
|
repo="SpectreOS"
|
||||||
repo1="shell-scripte"
|
repo1="shell-scripte"
|
||||||
|
|
|
@ -4,7 +4,7 @@ set -ex
|
||||||
|
|
||||||
echo "Version : DI 27. Feb 22:52:41 CET 2017"
|
echo "Version : DI 27. Feb 22:52:41 CET 2017"
|
||||||
|
|
||||||
WEBADDRESS="ssh://git@192.168.178.21:30022/home/git/SpectreOS"
|
WEBADDRESS="ssh://git@spectreos.firewall-gateway.com:30022/home/git/SpectreOS"
|
||||||
repo="SpectreOS"
|
repo="SpectreOS"
|
||||||
user="user1"
|
user="user1"
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ set -ex
|
||||||
|
|
||||||
echo "Version : Fr 22. Dez 00:00:41 CET 2017"
|
echo "Version : Fr 22. Dez 00:00:41 CET 2017"
|
||||||
|
|
||||||
WEBADDRESS="ssh://git@192.168.178.21:30022/home/git/SpectreOS"
|
WEBADDRESS="ssh://git@spectreos.firewall-gateway.com:30022/home/git/SpectreOS"
|
||||||
repo="SpectreOS"
|
repo="SpectreOS"
|
||||||
user="user1"
|
user="user1"
|
||||||
hostname="$(cat /etc/hostname)"
|
hostname="$(cat /etc/hostname)"
|
||||||
|
|
Loading…
Reference in a new issue