Azure rendering solution deployment framework

This commit is contained in:
Rick Shahid 2023-08-02 09:28:26 -07:00
Родитель fdcb5e08e1
Коммит e6a2213691
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -460,5 +460,5 @@ if [ $machineType == Workstation ]; then
fi
if [ "$binPaths" != "" ]; then
echo "PATH=$PATH$binPaths" >> $aaaProfile
echo 'PATH=$PATH':$binPaths >> $aaaProfile
fi