mirror of https://github.com/tteck/Proxmox.git
Update heimdalldashboard-install.sh
This commit is contained in:
parent
daec6c88b4
commit
cee701626c
|
@ -72,6 +72,10 @@ cd /opt
|
||||||
tar xvzf ${RELEASE}.tar.gz &>/dev/null
|
tar xvzf ${RELEASE}.tar.gz &>/dev/null
|
||||||
echo -e "${CM}${CL} \r"
|
echo -e "${CM}${CL} \r"
|
||||||
|
|
||||||
|
SER=$(curl -s https://api.github.com/repos/linuxserver/Heimdall/releases/latest \
|
||||||
|
| grep "tag_name" \
|
||||||
|
| awk '{print substr($2, 3, length($2)-4) }')
|
||||||
|
|
||||||
echo -en "${GN} Creating Service... "
|
echo -en "${GN} Creating Service... "
|
||||||
service_path="/etc/systemd/system/heimdall.service"
|
service_path="/etc/systemd/system/heimdall.service"
|
||||||
echo "[Unit]
|
echo "[Unit]
|
||||||
|
@ -83,7 +87,7 @@ Restart=always
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
Type=simple
|
Type=simple
|
||||||
User=root
|
User=root
|
||||||
WorkingDirectory=/opt/Heimdall-2.4.6
|
WorkingDirectory=/opt/Heimdall-${SER}
|
||||||
ExecStart="/usr/bin/php" artisan serve --port 7990 --host 0.0.0.0
|
ExecStart="/usr/bin/php" artisan serve --port 7990 --host 0.0.0.0
|
||||||
TimeoutStopSec=30
|
TimeoutStopSec=30
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue