Skip to content

Commit 02035f6

Browse files
authored
Update installUpgradeFunctions.sh: Create directory if it doesn't exist yet
It won't exist on
1 parent f120dc1 commit 02035f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

scripts/installUpgradeFunctions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2110,5 +2110,6 @@ function copy_repo_files()
21102110
add_to_post_actions()
21112111
{
21122112
local MSG="${1}"
2113+
mkdir -p "$( dirname "${ALLSKY_POST_INSTALL_ACTIONS}" )"
21132114
echo -e "\n\n========== ACTION NEEDED:\n${MSG}" >> "${ALLSKY_POST_INSTALL_ACTIONS}"
21142115
}

0 commit comments

Comments
 (0)