mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-17 20:11:17 +00:00
Update photoprism-install.sh
This commit is contained in:
parent
d9b1ac279f
commit
2c5e139444
@ -122,9 +122,9 @@ ExecStop=/opt/photoprism/bin/photoprism down
|
|||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target" > $service_path
|
WantedBy=multi-user.target" > $service_path
|
||||||
$ sudo systemctl daemon-reload
|
sudo systemctl daemon-reload
|
||||||
$ sudo systemctl start photoprism
|
sudo systemctl start photoprism
|
||||||
$ sudo systemctl enable photoprism &>/dev/null
|
sudo systemctl enable photoprism &>/dev/null
|
||||||
echo -e "${CM}${CL} \r"
|
echo -e "${CM}${CL} \r"
|
||||||
|
|
||||||
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
PASS=$(grep -w "root" /etc/shadow | cut -b6);
|
||||||
|
Loading…
Reference in New Issue
Block a user