We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6367708 + 6ed3078 commit 90f4a00Copy full SHA for 90f4a00
scripts/handle_tmux_automatic_start/systemd_enable.sh
@@ -49,6 +49,7 @@ main() {
49
local systemd_tmux_server_start_cmd="$(get_tmux_option "${systemd_tmux_server_start_cmd_option}" "${systemd_tmux_server_start_cmd_default}" )"
50
local tmux_start_script_path="${CURRENT_DIR}/linux_start_tmux.sh"
51
local systemd_unit_file=$(template "${tmux_start_script_path}" "${options}")
52
+ mkdir -p "$(dirname ${systemd_unit_file_path})"
53
echo "$systemd_unit_file" > "${systemd_unit_file_path}"
54
enable_tmux_unit_on_boot
55
}
0 commit comments