mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Directory constant fix. Pointed out by diver.
This commit is contained in:
@@ -10,7 +10,7 @@ _progress () {
|
||||
|
||||
# generate SSH host keys
|
||||
|
||||
SETTINGSSSHDIR=`finddir B_COMMON_SETTINGS_DIRECTORY`/ssh
|
||||
SETTINGSSSHDIR=`finddir B_SYSTEM_SETTINGS_DIRECTORY`/ssh
|
||||
mkdir -p ${SETTINGSSSHDIR}
|
||||
|
||||
hostKeyDir=${SETTINGSSSHDIR}
|
||||
|
||||
Reference in New Issue
Block a user