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.
1 parent 6367708 commit 6ed3078Copy full SHA for 6ed3078
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