fix landiong

This commit is contained in:
thek4n 2026-03-11 15:20:00 +03:00
parent 4e6a0697a5
commit 5cd27fe13c

View File

@ -8,7 +8,7 @@ readonly MAINW=landing
readonly WORKING_PROJECT="${HOME}"
if ! tmux has-session -t="${SESSION}"; then
tmux new-session -s "${SESSION}" -d -n "1" -c "${WORKING_PROJECT}" 'sh -c "tmux set-option -p remain-on-exit on; figlet -w 200 -ct -f big Landing; trap : INT; while true; do sleep 3600; done"'
tmux new-session -s "${SESSION}" -d -n "1" -c "${WORKING_PROJECT}" 'sh -c "tmux set-option -p remain-on-exit on; figlet -w 200 -c -f big Landing; trap : INT; while true; do sleep 3600; done"'
tmux rename-window -t="${SESSION}:1" "${MAINW}"
fi