Unverified Commit 5dac2ab2 authored by Felix Bühler's avatar Felix Bühler Committed by GitHub
Browse files

Merge pull request #286577 from Pablo1107/photoprism-module/fix-manage-script-typo

nixos/photoprism: fix typo with duplicated exec call
parents 2d807ffd 14a1f867
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ let
      eval "$(${config.systemd.package}/bin/systemctl show -pUID,MainPID photoprism.service | ${pkgs.gnused}/bin/sed "s/UID/ServiceUID/")"
      exec ${pkgs.util-linux}/bin/nsenter \
        -t $MainPID -m -S $ServiceUID -G $ServiceUID --wdns=${cfg.storagePath} \
      exec ${cfg.package}/bin/photoprism "$@"
        ${cfg.package}/bin/photoprism "$@"
    '';
in
{