1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

sqlite table mode

This commit is contained in:
Robin Appelman 2026-04-30 19:08:10 +02:00
commit 512b669a7c
2 changed files with 2 additions and 0 deletions

View file

@ -42,6 +42,7 @@ if ((getent group $HAZE_GID | length) > 0) {
useradd -u $HAZE_UID -g $HAZE_GID haze
}
chown -R $"haze:($HAZE_GID)" /home/haze
ls -af /etc/home | each {|file| ln -s $file.name $"/home/haze/($file.name | path basename)" }
if ("/var/run/docker.sock" | path exists) {
let dockerGid = stat --format "%g" /var/run/docker.sock

View file

@ -0,0 +1 @@
.mode table