mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "59b4e28413e638ae57782d6f5c502f7bda8ab726" and "0ea26d6caec621761b0c1f72d0d9097d1243e1e0" have entirely different histories.
59b4e28413
...
0ea26d6cae
|
@ -62,7 +62,6 @@ function update_script() {
|
|||
msg_ok "Stopped PhotoPrism"
|
||||
|
||||
msg_info "Cloning PhotoPrism"
|
||||
cd ~
|
||||
git clone https://github.com/photoprism/photoprism.git &>/dev/null
|
||||
cd photoprism
|
||||
git checkout release &>/dev/null
|
||||
|
|
|
@ -117,10 +117,9 @@ motd_ssh() {
|
|||
}
|
||||
|
||||
customize() {
|
||||
$STD sysctl -p
|
||||
if [[ "$PASSWORD" == "" ]]; then
|
||||
msg_info "Customizing Container"
|
||||
bash -c "passwd -d root" >/dev/null 2>&1
|
||||
msg_ok "Customized Container"
|
||||
fi
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue