From af9953cea768f37b5a3a29a7f3a0828236ab5123 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 11 Aug 2025 15:51:51 +0200 Subject: [PATCH] use bash --- home/.fluxbox/startup | 2 +- home/.vnc/xstartup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/.fluxbox/startup b/home/.fluxbox/startup index 9cf1734..3f1e783 100755 --- a/home/.fluxbox/startup +++ b/home/.fluxbox/startup @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # fluxbox startup-script: # diff --git a/home/.vnc/xstartup b/home/.vnc/xstartup index 73d19e4..21fa18e 100755 --- a/home/.vnc/xstartup +++ b/home/.vnc/xstartup @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash #xrdb "$HOME/.Xresources" #xsetroot -solid grey -- 2.39.5