mirror of
https://github.com/hak8or/proxmox_scripts.git
synced 2025-01-15 11:57:57 +00:00
Added default ports
This commit is contained in:
parent
9275501fcf
commit
b6ae54c1fb
@ -28,7 +28,7 @@ yaourt -S sabnzbd python2-pyopenssl --noconfirm --needed > $LOGFILE 2>&1
|
|||||||
cp /tmp/usenet/sabnzbd.ini /opt/sabnzbd/sabnzbd.ini
|
cp /tmp/usenet/sabnzbd.ini /opt/sabnzbd/sabnzbd.ini
|
||||||
|
|
||||||
# Start sanbznd up
|
# Start sanbznd up
|
||||||
echo "$TAGSTR Starting sabnzb"
|
echo "$TAGSTR Starting sabnzb (default port: 8085)"
|
||||||
systemctl start sabnzbd
|
systemctl start sabnzbd
|
||||||
systemctl enable sabnzbd
|
systemctl enable sabnzbd
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ chown -R sonarr:sonarr /usr/lib/sonarr
|
|||||||
chown -R sonarr:sonarr /var/lib/sonarr
|
chown -R sonarr:sonarr /var/lib/sonarr
|
||||||
|
|
||||||
# Start up Sonarr.
|
# Start up Sonarr.
|
||||||
echo "$TAGSTR Starting sonarr"
|
echo "$TAGSTR Starting sonarr (default port: 8989)"
|
||||||
systemctl start sonarr
|
systemctl start sonarr
|
||||||
systemctl enable sonarr
|
systemctl enable sonarr
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ echo "$TAGSTR Installing and configuring radarr"
|
|||||||
yaourt -S radarr --noconfirm --needed > $LOGFILE 2>&1
|
yaourt -S radarr --noconfirm --needed > $LOGFILE 2>&1
|
||||||
|
|
||||||
# Start up radarr.
|
# Start up radarr.
|
||||||
echo "$TAGSTR Starting radarr"
|
echo "$TAGSTR Starting radarr (default port: 7878)"
|
||||||
systemctl start radarr
|
systemctl start radarr
|
||||||
systemctl enable radarr
|
systemctl enable radarr
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user