This commit is contained in:
t3chn0m4g3
2019-02-12 19:05:02 +01:00
parent f716c1fba8
commit 8314170438
2 changed files with 0 additions and 22 deletions

View File

@ -702,7 +702,6 @@ touch /data/nginx/log/error.log 2>&1 | dialog --keep-window --title "[ Creating
# Let's copy some files
tar xvfz /opt/tpot/etc/objects/elkbase.tgz -C / 2>&1 | dialog --keep-window --title "[ Extracting elkbase.tgz ]" $myPROGRESSBOXCONF
cp /opt/tpot/host/etc/systemd/* /etc/systemd/system/ 2>&1 | dialog --keep-window --title "[ Copy configs ]" $myPROGRESSBOXCONF
cp /opt/tpot/host/etc/issue /etc/ 2>&1 | dialog --keep-window --title "[ Copy configs ]" $myPROGRESSBOXCONF
systemctl enable tpot 2>&1 | dialog --keep-window --title "[ Enabling service for tpot ]" $myPROGRESSBOXCONF
# Let's take care of some files and permissions