Finish install.sh
This commit is contained in:
parent
5d5c9033f4
commit
213c7f3dc3
@ -8,7 +8,7 @@ echo "Copying Systemd units to system directory..."
|
||||
sudo cp systemd-templates/conf-sync.service /etc/systemd/system/
|
||||
sudo sed -i -e "s/PH_USER/$(whoami)/g" /etc/systemd/system/conf-sync.service
|
||||
sudo sed -i -e "s:PH_DIRECTORY:$(pwd):g" /etc/systemd/system/conf-sync.service
|
||||
if $client_type == "server"; then # TODO not finished
|
||||
if [ $client_type = "server" ]; then
|
||||
sudo cp systemd-templates/dns-update.timer /etc/systemd/system/conf-sync.timer
|
||||
else
|
||||
sudo cp systemd-templates/dns-update.timer /etc/systemd/system/conf-sync.timer
|
||||
|
Loading…
Reference in New Issue
Block a user