fix sqlite command name
This commit is contained in:
parent
e70cd7e30d
commit
a2c0849d11
|
@ -98,7 +98,7 @@ in
|
||||||
fi
|
fi
|
||||||
if [ -s "${config.variables.roundcubeDataDir}/roundcube.sqlite" ]; then
|
if [ -s "${config.variables.roundcubeDataDir}/roundcube.sqlite" ]; then
|
||||||
# Just go ahead and remove the sessions on a boot
|
# Just go ahead and remove the sessions on a boot
|
||||||
${pkgs.sqlite}/bin/sqlite "${config.variables.roundcubeDataDir}/roundcube.sqlite" "DELETE FROM session;"
|
${pkgs.sqlite}/bin/sqlite3 "${config.variables.roundcubeDataDir}/roundcube.sqlite" "DELETE FROM session;"
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue