Skip to content

Commit 8676db0

Browse files
committed
fix scripts/storage/secondary/createtmplt.sh
1 parent c53acc0 commit 8676db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/storage/secondary/createtmplt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ imgsize=$(ls -l $tmpltimg2| awk -F" " '{print $5}')
218218
if [ "$cloud" == "true" ]
219219
then
220220
create_from_file_user $tmpltfs $tmpltimg2 $tmpltname
221-
tmpltfs=/tmp/cloud/templates/
221+
tmpltfs=/var/tmp/cloud/templates/
222222
else
223223
create_from_file $tmpltfs $tmpltimg2 $tmpltname
224224
fi

0 commit comments

Comments
 (0)