mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Minor: use install_log for raspap.service
This commit is contained in:
parent
10e0aaf1ab
commit
e4757a06ae
@ -236,7 +236,8 @@ function default_configuration() {
|
|||||||
echo -n "Enable RaspAP control service (Recommended)? [Y/n]: "
|
echo -n "Enable RaspAP control service (Recommended)? [Y/n]: "
|
||||||
read answer
|
read answer
|
||||||
if [ "$answer" != 'n' ] && [ "$answer" != 'N' ]; then
|
if [ "$answer" != 'n' ] && [ "$answer" != 'N' ]; then
|
||||||
echo -n "Enabling RaspAP daemon. Disable with: sudo systemctl disable raspap.service"
|
install_log "Enabling RaspAP daemon"
|
||||||
|
echo "Disable with: sudo systemctl disable raspap.service"
|
||||||
sudo cp $webroot_dir/installers/raspap.service /lib/systemd/system/ || install_error "Unable to move raspap.service file"
|
sudo cp $webroot_dir/installers/raspap.service /lib/systemd/system/ || install_error "Unable to move raspap.service file"
|
||||||
sudo systemctl enable raspap.service || install_error "Failed to enable raspap.service"
|
sudo systemctl enable raspap.service || install_error "Failed to enable raspap.service"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user