File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ function update_script() {
208208 $STD apt install -y ./vchord.deb
209209 $STD sudo -u postgres psql -d immich -c " ALTER EXTENSION vchord UPDATE;"
210210 systemctl restart postgresql
211- if [[ ! -f ~ /.vchord-version ]] || [[ ! " $( cat ~ /.vchord_version) " > " 0.3.0" ]]; then
211+ if [[ ! -f ~ /.vchord_version ]] || [[ ! " $( cat ~ /.vchord_version) " > " 0.3.0" ]]; then
212212 $STD sudo -u postgres psql -d immich -c " REINDEX DATABASE;"
213213 fi
214214 echo " $VCHORD_RELEASE " > ~/.vchord_version
Original file line number Diff line number Diff line change @@ -447,7 +447,6 @@ motd_ssh
447447customize
448448
449449msg_info " Cleaning up"
450- rm -f " $tmp_file "
451450$STD apt-get -y autoremove
452451$STD apt-get -y autoclean
453452msg_ok " Cleaned"
You can’t perform that action at this time.
0 commit comments