mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-08-02 09:04:29 +02:00
fix backup, systemd-resolved
This commit is contained in:
parent
fbe274117f
commit
3ce6d7c2ae
2 changed files with 6 additions and 7 deletions
|
@ -193,3 +193,7 @@ elif [[ $service == "zmb-ad-join" ]]; then
|
|||
pct set $LXC_NBR -nameserver "${LXC_IP%/*} $LXC_DNS"
|
||||
fi
|
||||
pct start $LXC_NBR
|
||||
if [[ $service == "zmb-ad" ]] || [[ $service == "zmb-ad-join" ]]; then
|
||||
sleep 5
|
||||
pct exec $LXC_NBR /usr/local/bin/smb-backup 7
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue