ztncui/build/after-install.sh
2018-01-09 19:48:39 +08:00

6 lines
208 B
Bash

ETC='/opt/key-networks/ztncui/etc'
echo "Copying default password file..."
cp -pv $ETC/default.passwd $ETC/passwd
echo "Enabling and starting ztncui service..."
systemctl enable ztncui
systemctl start ztncui