Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
faros-renew
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Rahman
faros-renew
Commits
880c883c
Commit
880c883c
authored
Jun 13, 2018
by
Kirk Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More fixes.
parent
656875c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
irishost_start.sh
irishost_start.sh
+2
-2
No files found.
irishost_start.sh
View file @
880c883c
...
...
@@ -11,10 +11,10 @@ then
exit
1
fi
apt-get
update
&&
apt-get
install
isc-dhcp-server
||
\
apt-get
-q
update
&&
apt-get
-q
-y
install
isc-dhcp-server
||
\
{
echo
"Failed to install ISC DHCP server!"
&&
exit
1
;
}
cp
-f
$MYWD
/dhcpd.conf /etc/dhcp
d
/dhcpd.conf
||
\
cp
-f
$MYWD
/dhcpd.conf /etc/dhcp/dhcpd.conf
||
\
{
echo
"Could not copy dhcp config file into place!"
&&
exit
1
;
}
ed /etc/default/isc-dhcp-server
<<
SNIP
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment