Skip to content
Snippets Groups Projects
Commit 9ca574f2 authored by bta's avatar bta
Browse files

Install the example sysconfig file.

parent 83b41fb2
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,10 @@ SYSTEMD_FILES=(
"esamesync-esame.service" "esame-get-config.timer" "esame-configurator.target" "esame.target" "esamekiosk.target" "esameshow.target" "esame-multi-user.target"
)
SYSCONFIG_FILES=(
"labmanager"
)
OLD_FILES=(
"/usr/libexec/labmanager"
"/etc/systemd/system/esame.target.wants"
......@@ -153,6 +157,13 @@ chmod +x *
echo
echo
# sysconfig
echo -e "\e[1mDownloading sysconfig files...\e[0m"
cd /etc/sysconfig
downloadFiles "$GIT_URL/$GIT_BASE_DIR/$GIT_BRANCH/sysconfig" ${SYSCONFIG_FILES[@]}
echo
echo
# servizi systemd
echo -e "\e[1mDownloading systemd unit files...\e[0m"
cd /etc/systemd/system
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment