correct location of print command for ulogger-install script
This commit is contained in:
@@ -255,7 +255,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
script = ''
|
script = ''
|
||||||
echo "Setting up ulogger-server files in ${cfg.dataDir} ..."
|
|
||||||
cd "${cfg.dataDir}"
|
cd "${cfg.dataDir}"
|
||||||
|
|
||||||
if [ ! -f installed ]; then
|
if [ ! -f installed ]; then
|
||||||
@@ -272,6 +271,6 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
maintainers = with maintainers; [ nadrieril ];
|
maintainers = with maintainers; [ chickensoupwithrice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user