fix Fatturazione elettronica XML previe

This commit is contained in:
2026-01-05 10:04:13 +01:00
parent 67c4783b8c
commit 6a19f7cde6
992 changed files with 17335 additions and 4344 deletions

View File

@@ -17,13 +17,13 @@ sleep 2
export GTK2_RC_FILES=/usr/share/themes/Windows-10/gtk-2.0/gtkrc
export GTK_THEME=Windows-10
sleep 1
# Infinite restart loop
while true; do
echo "$(date): Starting Fiscality..."
/app/Fiscality/Fiscality -NoCheck -Dosgi.locking=none || true
echo "$(date): Fiscality exited. Restarting..."
sleep 2
echo "$(date): Starting Fiscality..."
/app/Fiscality/Fiscality -NoCheck -Dosgi.locking=none || true
echo "$(date): Fiscality exited. Restarting..."
sleep 2
done
EOF