Compare commits

..

2 Commits

Author SHA1 Message Date
tteckster 59b4e28413
Update alpine-install.func
add `sysctl -p` command
fixes https://github.com/tteck/Proxmox/issues/1688
2023-08-14 15:12:51 -04:00
tteckster f79d31fdcd
Update photoprism.sh
tweak
2023-08-14 11:56:48 -04:00
2 changed files with 3 additions and 1 deletions

View File

@ -62,6 +62,7 @@ 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

View File

@ -117,6 +117,7 @@ motd_ssh() {
}
customize() {
$STD sysctl -p
if [[ "$PASSWORD" == "" ]]; then
msg_info "Customizing Container"
bash -c "passwd -d root" >/dev/null 2>&1