this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

make ulogger-install idempotent

+1 -1
+1 -1
modules/nixos/ulogger.nix
··· 259 259 cd "${cfg.dataDir}" 260 260 261 261 if [ ! -f installed ]; then 262 + echo "Install file not found, installing ..." 262 263 cp -R ${cfg.package}/* ./ 263 264 cp ${configFile}/config.php ./ 264 265 265 - echo "Install file not found, installing ..." 266 266 psql -U ulogger < ${cfg.package}/scripts/ulogger.pgsql 267 267 psql -d ulogger -c "INSERT INTO users (login, password, admin) VALUES ('$ULOGGER_ADMIN_USER', '$ULOGGER_ADMIN_PASSWORD', TRUE)" 268 268 touch installed